Skip to content

Commit 3ed029c

Browse files
committed
Improve code cov.
1 parent a5038f9 commit 3ed029c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/plans/test_stopping_criteria.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ end
407407
"A stopping criterion to stop when the relative posteriori cost change is less than",
408408
)
409409
@test startswith(Manopt.status_summary(sc; context = :inline), "(fₖ- fₖ₊₁)/max(|fₖ|, |fₖ₊₁|, 1) = ")
410+
@test startswith(repr(sc), "StopWhenRelativeAPosterioriCostChangeLessOrEqual(")
410411
@test !Manopt.indicates_convergence(sc)
411412
end
412413

0 commit comments

Comments
 (0)