You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like you could just do a blanket find and replace of np.product with np.prod to fix this, np.prod has been around for a long time so this shouldn't break anything
I fixed the issue. It was just one line. However a lot of tests are now failing. Some of the result are just a bit out of tolerance. I need to go through all and see if it's a small thing or if there are major issues.
Update: OAS looks to have issue with the latest OpenMDAO version. The issue has been identified and a fix is in progress.
Description
Running any OAS script with Numpy 2.1.3(or any version >=2.0) will not work.
Steps to reproduce issue
Current behavior
Script fails to run since np.product was changed to np.prod in Numpy 2.0
Expected behavior
The scripts should run correctly
Code versions
The text was updated successfully, but these errors were encountered: