File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8539,7 +8539,7 @@ def test_cli_with_input_list_assignment(self):
85398539 device_output = torch .load (output_file , weights_only = True )
85408540 golden_output = ep .module ()(sample_input , sample_input2 )
85418541 self ._assert_outputs_equal (golden_output , device_output )
8542-
8542+
85438543 def test_custom_op (self ):
85448544 if not self .required_envs ([self .op_package_dir ]):
85458545 self .skipTest ("missing required envs" )
@@ -8575,7 +8575,7 @@ def test_custom_op(self):
85758575 p .communicate ()
85768576 msg = json .loads (conn .recv ())
85778577 self .assertTrue (msg ["is_close" ])
8578-
8578+
85798579 def test_debugger_generate_optrace (self ):
85808580 cmds = [
85818581 "python" ,
@@ -8614,7 +8614,7 @@ def test_debugger_generate_optrace(self):
86148614 with open (qhas , "r" ) as qhas_file :
86158615 qhas_data = json .load (qhas_file )
86168616 self .assertIn ("data" , qhas_data )
8617-
8617+
86188618 def test_intermediate_debugger (self ):
86198619 cmds = [
86208620 "python" ,
You can’t perform that action at this time.
0 commit comments