From a8f0a549a7d39b9e41a74ba984879adf92b89476 Mon Sep 17 00:00:00 2001 From: Rory Conlin Date: Wed, 20 Nov 2024 23:46:38 -0500 Subject: [PATCH] Remove todo comment --- desc/optimize/least_squares.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,