Skip to content

Commit

Permalink
Add a test for the new iterate access.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Mar 18, 2024
1 parent e334bb4 commit 57d5e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/solvers/test_truncated_cg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using Manifolds, Manopt, ManifoldsBase, Test
@test startswith(
repr(s), "# Solver state for `Manopt.jl`s Truncated Conjugate Gradient Descent\n"
)
@test get_iterate(s) == η
srr = StopWhenResidualIsReducedByFactorOrPower()
ssr1 = Manopt.status_summary(srr)
@test ssr1 == "Residual reduced by factor 0.1 or power 1.0:\tnot reached"
Expand Down

0 comments on commit 57d5e1e

Please sign in to comment.