Skip to content

Commit 7f00225

Browse files
committed
tighten tols
1 parent 3456aec commit 7f00225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/linear_solver_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ end
207207
@testset "$solname" for (solname, solver) in pairs(solvers)
208208
sol = solve(prob, solver, maxiters = 2e4)
209209
@test sol.retcode == ReturnCode.Success
210-
@test isapprox(sol.u[end], refsol.u[end], rtol = 1e-2, atol = 1e-5)
210+
@test isapprox(sol.u[end], refsol.u[end], rtol = 2e-3, atol = 1e-6)
211211
end
212212
end
213213
end

0 commit comments

Comments
 (0)