Skip to content

Commit

Permalink
test_iterative.jl changed
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvarga committed Oct 27, 2023
1 parent e36d985 commit b9f9098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_iterative.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ using IterativeSolvers

# If you start from the exact solution, you should converge immediately
x, info = cgls(A, b; x0 = A \ b, abstol=n*n*eps(real(T)), reltol)
display(info)
@test info.flag == 1 && info.iter <= 2

# All-zeros rhs should give all-zeros lhs
Expand Down

0 comments on commit b9f9098

Please sign in to comment.