mechmotum / cyipopt

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

TST: minimize_ipopt: add back test_gh1758 #229

Closed mdhaber closed 11 months ago

mdhaber commented 11 months ago

During development of gh-207, I commented out test_gh1758 because Ipopt found the problem to be infeasible. At some point (maybe gh-208), this seems to have been fixed. This PR uncomments the test, which now passes.

moorepants commented 11 months ago

Thanks.