Skip to content

Commit 7bc7eb3

Browse files
committed
Remove and accidentially duplicate method definition.
1 parent b0a33ba commit 7bc7eb3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/plans/stopping_criterion.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ function (c::StopWhenChangeLess)(mp::AbstractManoptProblem, s::AbstractManoptSol
321321
c.storage(mp, s, k)
322322
return false
323323
end
324-
indicates_convergence(c::StopWhenChangeLess) = false
325324
function get_reason(c::StopWhenChangeLess)
326325
if (c.last_change < c.threshold) && (c.at_iteration >= 0)
327326
return "At iteration $(c.at_iteration) the algorithm performed a step with a change ($(c.last_change)) less than $(c.threshold).\n"

0 commit comments

Comments
 (0)