File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -675,9 +675,7 @@ def test_perform_params():
675
675
out = [out ]
676
676
677
677
out_fg = FunctionGraph ([x ], out )
678
-
679
- with pytest .warns (UserWarning , match = ".*object mode.*" ):
680
- compare_numba_and_py (out_fg , [get_test_value (i ) for i in out_fg .inputs ])
678
+ compare_numba_and_py (out_fg , [get_test_value (i ) for i in out_fg .inputs ])
681
679
682
680
683
681
def test_perform_type_convert ():
@@ -696,9 +694,7 @@ def test_perform_type_convert():
696
694
out = [out ]
697
695
698
696
out_fg = FunctionGraph ([x ], out )
699
-
700
- with pytest .warns (UserWarning , match = ".*object mode.*" ):
701
- compare_numba_and_py (out_fg , [get_test_value (i ) for i in out_fg .inputs ])
697
+ compare_numba_and_py (out_fg , [get_test_value (i ) for i in out_fg .inputs ])
702
698
703
699
704
700
@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments