Generic optimization for tolerancing not working with SciPy 1.17.1 #497
PhilipWestergaard
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the tolerancing framework, after installing the latest SciPy version 1.17.1, the generic optimization method that is used when adding compensators to the perturbed system does not work anymore. It produces the following error message:
TypeError: _lbfgsb.setulb() missing required argument 'maxls' (pos 18)referring to the function
_minimize_lbfgsbin ...\scipy\optimize_lbfgsb_py.py:461.I tried unistalling Optiland and reinstalling, but I get the same result. Using the least squares method works fine.
Beta Was this translation helpful? Give feedback.
All reactions