Skip to content

Commit

Permalink
miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 6, 2020
1 parent 982cce3 commit f03a7f7
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 @@ -232,7 +232,7 @@ def on_train_batch_start(self, trainer, pl_module):
@pytest.mark.skipif(platform.system() == "Windows", reason="Distributed training is not supported on Windows")
@pytest.mark.parametrize("logger_class", [
TensorBoardLogger,
CSVLogger,
# CSVLogger, # todo
CometLogger,
MLFlowLogger,
NeptuneLogger,
Expand Down

0 comments on commit f03a7f7

Please sign in to comment.