File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,9 @@ def test_attention_slicing_forward_pass(self):
182182    def  test_inference_batch_single_identical (self ):
183183        pass 
184184
185-     @unittest .skip ("TODO: refactor this test: one component can be optional for certain checkpoints but not for others" ) 
185+     @unittest .skip ( 
186+         "TODO: refactor this test: one component can be optional for certain checkpoints but not for others"  
187+     ) 
186188    def  test_save_load_optional_components (self ):
187189        pass 
188190
@@ -339,6 +341,8 @@ def test_attention_slicing_forward_pass(self):
339341    def  test_inference_batch_single_identical (self ):
340342        pass 
341343
342-     @unittest .skip ("TODO: refactor this test: one component can be optional for certain checkpoints but not for others" ) 
344+     @unittest .skip ( 
345+         "TODO: refactor this test: one component can be optional for certain checkpoints but not for others"  
346+     ) 
343347    def  test_save_load_optional_components (self ):
344348        pass 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments