We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504908d commit ddf50a4Copy full SHA for ddf50a4
tests/tests_pytorch/loggers/test_csv.py
@@ -163,7 +163,7 @@ def test_metrics_reset_after_save(tmp_path):
163
164
165
@mock.patch(
166
- # 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
167
"lightning.fabric.loggers.csv_logs._ExperimentWriter._check_log_dir_exists"
168
)
169
def test_append_metrics_file(_, tmp_path):
0 commit comments