We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19834db commit 27a96a5Copy full SHA for 27a96a5
test/cg.jl
@@ -14,7 +14,7 @@
14
res = DFTK.cg(A, b; tol, maxiter=2n)
15
16
# test convergence
17
- @test norm(A*res.x - b) ≤ tol
+ @test norm(A*res.x - b) ≤ 2tol
18
@test res.converged
19
20
# test type stability
0 commit comments