We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7efc19 commit 2b921dfCopy full SHA for 2b921df
1 file changed
test/mooncake.jl
@@ -24,6 +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
- 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))
28
end
29
0 commit comments