-
Notifications
You must be signed in to change notification settings - Fork 104
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
ADflow doesn't work with numpy 1.24 #256
Comments
The errors in the issue description are caused by a bug in f2py that has recently been fixed in numpy/numpy#23194. I built numpy with the fix from source ( There is a separate bug that occurs in ADflow when updating from 1.21 to 1.22. This looks like the intended behavior from f2py related to
This bug is relatively easy to fix in ADflow, so I will open a PR to address that. |
Awesome, nice work! |
I think when numpy 1.24.3 is released we should update the requirements in |
Description
Self explanatory. We are trying to update the "latest" docker images to numpy 1.24 (https://github.com/mdolab/docker/pull/208) and getting the error below in all the ADflow tests when calling
setattr
, my best guess is that something changed in f2py.Steps to reproduce issue
Current behavior
Expected behavior
All tests pass
The text was updated successfully, but these errors were encountered: