mechmotum / cyipopt

Cython interface for the interior point optimzer IPOPT
Eclipse Public License 2.0
227 stars 54 forks source link

Covert tol to float before passing to ipopt. #236

Closed moorepants closed 9 months ago

moorepants commented 10 months ago

Fixes #235.

moorepants commented 10 months ago

Getting this on some mac builds:

=========================== short test summary info ============================
FAILED cyipopt/tests/unit/test_scipy_ipopt_from_scipy.py::TestSLSQP::test_minimize_unbounded_approximated - AssertionError: b'Algorithm stopped at a point that was converged, not to "desired" tolerances, but to "acceptable" tolerances (see the acceptable-... options).'
======= 1 failed, 96 passed, 7 skipped, 1 xpassed, 43 warnings in 11.40s =======
Error: Process completed with exit code 1.