Closed dpanici closed 6 days ago
https://github.com/PlasmaControl/DESC/blob/95612fa625bd5ba939569004c767ed02594586f0/desc/optimize/least_squares.py#L347
I am pretty sure this can be moves to the outer loop without issue
No this should stay where it is, there are edge cases where otherwise it will loop indefinitely.
https://github.com/PlasmaControl/DESC/blob/95612fa625bd5ba939569004c767ed02594586f0/desc/optimize/least_squares.py#L347
I am pretty sure this can be moves to the outer loop without issue