Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2021
1 parent 97ff635 commit 7583fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trainer/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ def test_trainer_max_steps_and_epochs(tmpdir):
trainer_kwargs["max_steps"] = None
trainer = Trainer(**trainer_kwargs)


def test_trainer_min_steps_and_epochs(tmpdir):
"""Verify model trains according to specified min steps"""
model = EvalModelTemplate()
Expand Down

0 comments on commit 7583fd8

Please sign in to comment.