Skip to content

Commit 562a1cf

Browse files
committed
Remove comment
1 parent a1f2525 commit 562a1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/mooncake/qr.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ for T in (BLASFloats..., GenericFloats...), n in (17, m, 23)
1818
#=if m == n
1919
AT = Diagonal{T, Vector{T}}
2020
TestSuite.test_mooncake_qr(AT, m; atol = m * n * TestSuite.precision(T), rtol = m * n * TestSuite.precision(T))
21-
end=# # broken with singular exception
21+
end=#
2222
end
2323
end

0 commit comments

Comments
 (0)