Skip to content

Commit 0f1c468

Browse files
committed
Fix typos
1 parent 0da2efa commit 0f1c468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/loggers/test_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_metrics_reset_after_save(tmp_path):
165165

166166

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

0 commit comments

Comments
 (0)