Skip to content

Commit

Permalink
clean up test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanici committed Oct 16, 2024
1 parent 7fdd52b commit 4da420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ def test_coil_arclength_optimization():
opt = Optimizer("lsq-exact")
(coil_opt_without_arc_obj,), _ = opt.optimize(
c1, objective=obj, verbose=3, copy=True, ftol=1e-6
) # ,options={"initial_trust_ratio":1e-4})
)
(coil_opt_with_arc_obj,), _ = opt.optimize(
c1, objective=obj2, verbose=3, copy=True, ftol=1e-6, maxiter=200
)
Expand Down

0 comments on commit 4da420c

Please sign in to comment.