Skip to content

Commit c2114e1

Browse files
authored
Update test_tensorboard.py
1 parent b6442c5 commit c2114e1

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
@@ -240,7 +240,7 @@ def test_tensorboard_log_graph_warning_no_example_input_array(tmp_path):
240240

241241

242242
@mock.patch("lightning.pytorch.loggers.TensorBoardLogger.log_metrics")
243-
def test_tensorboard_with_accummulated_gradients(mock_log_metrics, tmp_path):
243+
def test_tensorboard_with_accumulated_gradients(mock_log_metrics, tmp_path):
244244
"""Tests to ensure that tensorboard log properly when accumulated_gradients > 1."""
245245

246246
class TestModel(BoringModel):

0 commit comments

Comments
 (0)