Skip to content

Commit f2b082b

Browse files
committed
Adjust test
1 parent a28e1ec commit f2b082b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tests_pytorch/loggers/test_csv.py

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def test_log_hyperparams(tmp_path):
116116
"layer": torch.nn.BatchNorm1d,
117117
}
118118
logger.log_hyperparams(hparams)
119-
logger.save()
120119

121120
path_yaml = os.path.join(logger.log_dir, ExperimentWriter.NAME_HPARAMS_FILE)
122121
params = load_hparams_from_yaml(path_yaml)

0 commit comments

Comments
 (0)