Skip to content

Commit

Permalink
BUILD: Update GLA tests for compatibility with IterativeSolvers v0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
epatters committed Dec 26, 2020
1 parent d385259 commit 0179ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linear_algebra/GLA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A = ( F(M₄)'*F(M₄) ) + UniformScaling(n)
b = A*x
x̂ᴰ = Matrix(A)\b

x̂, h = gmres(A, b; tol=1e-12, maxiter=160, log=true, verbose=false)
x̂, h = gmres(A, b; reltol=1e-12, maxiter=160, log=true, verbose=false)

= A*
@test norm(b̂-b) < 1e-8
Expand Down

0 comments on commit 0179ff4

Please sign in to comment.