We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The SLSQP optimizer does not work for v2 scripts due to a recent pyOptSarse repo update.
An error will occur:
ValueError: failed to initialize intent(inout) array -- expected elsize=8 but got 16 -- input 'D' not compatible to 'd'
The v2 script should run without an error.
Note: this seems to be a problem for v2 scripts only. The v3 scripts still work with the SLSQP optimizer.
latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The SLSQP optimizer does not work for v2 scripts due to a recent pyOptSarse repo update.
Steps to reproduce issue
Current behavior
An error will occur:
ValueError: failed to initialize intent(inout) array -- expected elsize=8 but got 16 -- input 'D' not compatible to 'd'
Expected behavior
The v2 script should run without an error.
Note: this seems to be a problem for v2 scripts only. The v3 scripts still work with the SLSQP optimizer.
Code versions
latest
The text was updated successfully, but these errors were encountered: