File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
pytensor/tensor/rewriting Expand file tree Collapse file tree 2 files changed +2
-10
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 @@ -1903,17 +1903,9 @@ def test_f32_1_2(self):
1903
1903
def test_f64_4_5 (self ):
1904
1904
return self .given_dtype ("float64" , 4 , 5 , destructive = False )
1905
1905
1906
- @pytest .mark .xfail (
1907
- condition = config .floatX == "float32" ,
1908
- reason = "GER from complex64 is not introduced in float32 mode" ,
1909
- )
1910
1906
def test_c64_7_1 (self ):
1911
1907
return self .given_dtype ("complex64" , 7 , 1 )
1912
1908
1913
- @pytest .mark .xfail (
1914
- raises = AssertionError ,
1915
- reason = "Unclear how this test was supposed to work with complex128" ,
1916
- )
1917
1909
def test_c128_1_9 (self ):
1918
1910
return self .given_dtype ("complex128" , 1 , 9 )
1919
1911
You can’t perform that action at this time.
0 commit comments