Skip to content

Commit fdfc35f

Browse files
authored
Update test_csv.py
1 parent ea59e40 commit fdfc35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests_fabric/loggers/test_csv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_automatic_step_tracking(tmp_path):
148148

149149

150150
@mock.patch(
151-
# Mock the existance check, so we can simulate appending to the metrics file
151+
# Mock the existence check, so we can simulate appending to the metrics file
152152
"lightning.fabric.loggers.csv_logs._ExperimentWriter._check_log_dir_exists"
153153
)
154154
def test_append_metrics_file(_, tmp_path):
@@ -189,7 +189,7 @@ def test_append_columns(tmp_path):
189189

190190

191191
@mock.patch(
192-
# Mock the existance check, so we can simulate appending to the metrics file
192+
# Mock the existence check, so we can simulate appending to the metrics file
193193
"lightning.fabric.loggers.csv_logs._ExperimentWriter._check_log_dir_exists"
194194
)
195195
def test_rewrite_with_new_header(_, tmp_path):

0 commit comments

Comments
 (0)