Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Covert tol to float before passing to ipopt. #236

Merged
merged 5 commits into from
Nov 26, 2023

Conversation

moorepants
Copy link
Collaborator

Fixes #235.

@moorepants
Copy link
Collaborator Author

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.

@moorepants moorepants merged commit 2048826 into mechmotum:master Nov 26, 2023
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minimize_ipopt raises TypeError for tol argument
1 participant