Skip to content

Commit

Permalink
Fixed comments/formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Nov 11, 2020
1 parent 998d2c2 commit 6cd7281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/trainer/logging_tests/test_train_loop_logging_1_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,5 @@ def validation_step(self, batch, batch_idx):
)
trainer.fit(model)

# make sure types are correct
assert trainer.logged_metrics['foo'] == fake_result
assert trainer.logged_metrics['bar'] == fake_result
assert trainer.logged_metrics['bar'] == fake_result

0 comments on commit 6cd7281

Please sign in to comment.