Skip to content

Commit 335819e

Browse files
authored
Update test_tensorboard.py
1 parent 312e394 commit 335819e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/loggers/test_tensorboard.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def test_tensorboard_log_hyperparams(tmpdir):
7777
"layer": torch.nn.BatchNorm1d
7878
}
7979
logger.log_hyperparams(hparams)
80-
80+
81+
8182
def test_tensorboard_log_hparams_and_metrics
8283
logger = TensorBoardLogger(tmpdir)
8384
hparams = {

0 commit comments

Comments
 (0)