Skip to content

Commit

Permalink
Rectified docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
0phoff committed Jul 1, 2024
1 parent 40a61f9 commit a8c403b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions striker/mixins/loop_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ def batch_begin(self: Any, batch: int) -> None:
Args:
batch: Number of the batch we start.
Note:
The ``batch`` argument is equal to ``self.batch + 1``, as the ``self.batch`` variable shows the number of completed batches.
"""

def batch_end(self: Any, batch: int, output: Any) -> None:
Expand Down

0 comments on commit a8c403b

Please sign in to comment.