Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Oct 4, 2020
1 parent 1e7ae13 commit 425f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loggers/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def on_train_batch_start(self, trainer, pl_module, batch, batch_idx, dataloader_
])
@mock.patch('pytorch_lightning.loggers.neptune.neptune')
def test_logger_created_on_rank_zero_only(neptune, tmpdir, monkeypatch, logger_class):
""" Test that loggers get replaced by dummy logges on global rank > 0"""
""" Test that loggers get replaced by dummy loggers on global rank > 0"""
if logger_class == CometLogger:
# prevent comet logger from trying to print at exit, since
# pytest's stdout/stderr redirection breaks it
Expand Down

0 comments on commit 425f33b

Please sign in to comment.