We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9909fe9 commit d14a42bCopy full SHA for d14a42b
1 file changed
lib/EnzymeTestUtils/test/test_forward.jl
@@ -116,7 +116,7 @@ end
116
atol = rtol = sqrt(eps(real(T)))
117
118
# Test that require the attributor on 1.11
119
- if v"1.11.0" <= VERSION < v"1.12.0" && Enzyme.run_attributor()
+ if v"1.11.0" <= VERSION < v"1.12.0" && !Enzyme.run_attributor()
120
if Tx == Const &&(T == ComplexF32 || T == ComplexF64)
121
Ta == Duplicated || Ta == BatchDuplicated || continue
122
end
0 commit comments