Skip to content

Commit ddf50a4

Browse files
committed
fixing typo
1 parent 504908d commit ddf50a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/loggers/test_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_metrics_reset_after_save(tmp_path):
163163

164164

165165
@mock.patch(
166-
# Mock the existance check, so we can simulate appending to the metrics file
166+
# Mock the existence check, so we can simulate appending to the metrics file
167167
"lightning.fabric.loggers.csv_logs._ExperimentWriter._check_log_dir_exists"
168168
)
169169
def test_append_metrics_file(_, tmp_path):

0 commit comments

Comments
 (0)