Skip to content

Commit 4d49e6c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/loops/test_training_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,6 @@ def __iter__(self):
274274
)
275275
pbar = trainer.progress_bar_callback
276276
trainer.fit(model)
277-
277+
278278
# assert progress bar callback uses correct total steps
279279
assert pbar.train_progress_bar.total == max_steps

0 commit comments

Comments
 (0)