File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
tests/tests_fabric/loggers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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) 
154154def  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) 
195195def  test_rewrite_with_new_header (_ , tmp_path ):
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments