We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46640c commit 7da3999Copy full SHA for 7da3999
test/issue_349.jl
@@ -59,7 +59,7 @@ sol = solve(op_works) # works in #349
59
ϕ_sol, E_sol = sol
60
@test errornorm(ϕ_e, ϕ_sol, trian, quad) < 1e-2
61
@test errornorm(E_e, E_sol, trian, quad) < 1e-4
62
-@test_broken begin
+@test begin
63
ϕ_sol2, E_sol2 = solve(op_fails) # throws LinearAlgebra.SingularException(0) in #349
64
@test errornorm(ϕ_e, ϕ_sol, trian, quad) ≈
65
errornorm(ϕ_e, ϕ_sol2, trian, quad)
0 commit comments