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
the latest release of mystic does not yet support numpy>=2.0.
At least one of the issues has been fixed in master: uqfoundation/mystic#248
and there is an issue for completing the migration: uqfoundation/mystic#249
This addresses #1375
Signed-off-by: Avi Shinnar <[email protected]>
Complete migration of code for changes in
numpy 2.0
https://numpy.org/devdocs/numpy_2_0_migration_guide.html
Specifically, things like testing for
int
may need to be expanded to `np.int64' , and anything not caught in #248The text was updated successfully, but these errors were encountered: