Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jun 30, 2023
1 parent b4e44f6 commit b052d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/callbacks/test_data_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_base_unsupported_logger_warning(tmpdir, catch_warnings):
)
monitor = TrainingDataMonitor()
trainer = Trainer(
logger=[TensorBoardLogger(tmpdir)],
logger=TensorBoardLogger(tmpdir),
callbacks=[monitor],
accelerator="auto",
max_epochs=1,
Expand Down

0 comments on commit b052d9f

Please sign in to comment.