Skip to content

Commit

Permalink
Update test_minres.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadrclass committed Mar 4, 2025
1 parent 89d79d5 commit 45c40f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_minres.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
A, b = zero_rhs(FC=FC)
(x, stats) = minres(A, b)
@test norm(x) == 0
@test stats.status == "x is a zero-residual solution"
@test stats.status == "b is a zero-curvature directions"

# Shifted system
A, b = symmetric_indefinite(FC=FC)
Expand Down

0 comments on commit 45c40f1

Please sign in to comment.