Skip to content

Commit 47c3d06

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1a332e8 commit 47c3d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/loggers/test_tensorboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_tensorboard_log_metrics(tmp_path, step_idx):
159159
"int": 1,
160160
"FloatTensor": torch.tensor(0.1),
161161
"IntTensor": torch.tensor(1),
162-
"Histogram": torch.tensor([10, 100, 1000])
162+
"Histogram": torch.tensor([10, 100, 1000]),
163163
}
164164
logger.log_metrics(metrics, step_idx)
165165

0 commit comments

Comments
 (0)