Skip to content

Commit 1213b98

Browse files
committed
.
1 parent cb12b58 commit 1213b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/models/test_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def test_training_epoch_end_metrics_collection_on_override(tmpdir):
9696
""" Test that batch end metrics are collected when training_epoch_end is overridden at the end of an epoch. """
9797

9898
class LoggingCallback(pl.Callback):
99+
99100
def on_train_epoch_start(self, trainer, pl_module):
100101
self.len_outputs = 0
101102

0 commit comments

Comments
 (0)