File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
pytensor/tensor/rewriting Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ def local_dot22_to_ger_or_gemv(fgraph, node):
758
758
ignore_newtrees = False ,
759
759
),
760
760
"fast_run" ,
761
- position = 15 ,
761
+ position = 11 ,
762
762
)
763
763
764
764
@@ -903,7 +903,7 @@ def local_dot22_to_dot22scalar(fgraph, node):
903
903
"local_dot22_to_dot22scalar" ,
904
904
in2out (local_dot22_to_dot22scalar ),
905
905
"fast_run" ,
906
- position = 11 ,
906
+ position = 12 ,
907
907
)
908
908
909
909
Original file line number Diff line number Diff line change @@ -1910,10 +1910,6 @@ def test_f64_4_5(self):
1910
1910
def test_c64_7_1 (self ):
1911
1911
return self .given_dtype ("complex64" , 7 , 1 )
1912
1912
1913
- @pytest .mark .xfail (
1914
- raises = AssertionError ,
1915
- reason = "Unclear how this test was supposed to work with complex128" ,
1916
- )
1917
1913
def test_c128_1_9 (self ):
1918
1914
return self .given_dtype ("complex128" , 1 , 9 )
1919
1915
You can’t perform that action at this time.
0 commit comments