We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da2efa commit 0f1c468Copy full SHA for 0f1c468
tests/tests_pytorch/loggers/test_csv.py
@@ -165,7 +165,7 @@ def test_metrics_reset_after_save(tmp_path):
165
166
167
@mock.patch(
168
- # Mock the existance check, so we can simulate appending to the metrics file
+ # Mock the existence check, so we can simulate appending to the metrics file
169
"lightning.fabric.loggers.csv_logs._ExperimentWriter._check_log_dir_exists"
170
)
171
def test_append_metrics_file(_, tmp_path):
0 commit comments