Skip to content

Commit 239686e

Browse files
author
Katharine Hyatt
committed
Reenable Diagonals
1 parent 09d7f69 commit 239686e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/mooncake.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ for T in (BLASFloats..., GenericFloats...), n in (17, m, 23)
2424
end=# # not yet supported
2525
if !is_buildkite
2626
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))
27+
n == m && TestSuite.test_mooncake(Diagonal{T, Vector{T}}, m; atol = m * TestSuite.precision(T), rtol = m * TestSuite.precision(T))
2928
end
3029
end

0 commit comments

Comments
 (0)