diff --git a/desc/optimize/least_squares.py b/desc/optimize/least_squares.py index 204b7b547..56e7d6e0b 100644 --- a/desc/optimize/least_squares.py +++ b/desc/optimize/least_squares.py @@ -349,7 +349,7 @@ def lsqtr( # noqa: C901 ) alltr.append(trust_radius) alpha *= tr_old / trust_radius - # TODO (#1395): does this need to move to the outer loop? + success, message = check_termination( actual_reduction, cost,