Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzM00 committed Oct 23, 2024
1 parent ca53c6a commit bd4e2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/probafcst/utils/create_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def check_predictions(preds, n_rows, n_cols):
Returns
-------
preds
2D NumPy array of predictions or NaNs.
"""
if preds is None:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd4e2c0

Please sign in to comment.