Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Dec 2, 2024
1 parent 9d79b34 commit 4e028ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepsensor/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def predict_patchwise(
progress_bar: int = 0,
verbose: bool = False,
) -> Prediction:
"""Predict using a tasks loaded using a sliding window patching strategy. Uses the `predict` method.
"""Predict using tasks loaded using a sliding window patching strategy. Uses the `predict` method.
.. versionadded:: 0.4.3
:py:func:`predict_patchwise()` method.
Expand Down

0 comments on commit 4e028ab

Please sign in to comment.