We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d7f69 commit 239686eCopy full SHA for 239686e
test/mooncake.jl
@@ -24,7 +24,6 @@ for T in (BLASFloats..., GenericFloats...), n in (17, m, 23)
24
end=# # not yet supported
25
if !is_buildkite
26
TestSuite.test_mooncake(T, (m, n); atol = m * n * TestSuite.precision(T), rtol = m * n * TestSuite.precision(T))
27
- # Pullbacks don't work for a lot of these, waiting on https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/156
28
- #n == m && TestSuite.test_mooncake(Diagonal{T, Vector{T}}, m; atol = m * TestSuite.precision(T), rtol = m * TestSuite.precision(T))
+ n == m && TestSuite.test_mooncake(Diagonal{T, Vector{T}}, m; atol = m * TestSuite.precision(T), rtol = m * TestSuite.precision(T))
29
end
30
0 commit comments