We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f2525 commit 562a1cfCopy full SHA for 562a1cf
1 file changed
test/mooncake/qr.jl
@@ -18,6 +18,6 @@ for T in (BLASFloats..., GenericFloats...), n in (17, m, 23)
18
#=if m == n
19
AT = Diagonal{T, Vector{T}}
20
TestSuite.test_mooncake_qr(AT, m; atol = m * n * TestSuite.precision(T), rtol = m * n * TestSuite.precision(T))
21
- end=# # broken with singular exception
+ end=#
22
end
23
0 commit comments