Skip to content

Commit c741753

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a02b39b commit c741753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/trainer/test_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def validation_epoch_end(self, *args, **kwargs):
900900

901901

902902
def test_disable_validation_when_overfit_batches_larger_than_zero(tmpdir):
903-
"""Verify that when `overfit_batches` > 0, there will be no validation"""
903+
"""Verify that when `overfit_batches` > 0, there will be no validation."""
904904

905905
class CurrentModel(EvalModelTemplate):
906906

0 commit comments

Comments
 (0)