File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/tests_pytorch/loggers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 strategy :
9595 fail-fast : false
9696 matrix :
97- # adding dome more images as Thunder mainly using python 3.10,
97+ # adding some more images as Thunder mainly using python 3.10,
9898 # and we need to support integrations as for example LitGPT
9999 python_version : ["3.10"]
100100 pytorch_version : ["2.6.0", "2.7.1"]
Original file line number Diff line number Diff 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)
169169def test_append_metrics_file (_ , tmp_path ):
You can’t perform that action at this time.
0 commit comments