Skip to content

Commit 2b921df

Browse files
committed
Don't test Diagonal for the moment
1 parent c7efc19 commit 2b921df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/mooncake.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +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-
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))
2828
end
2929
end

0 commit comments

Comments
 (0)