Skip to content
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

Numpy 1.24.2 fails the pyTFM add-on #4

Open
alexlib opened this issue Apr 20, 2023 · 0 comments
Open

Numpy 1.24.2 fails the pyTFM add-on #4

alexlib opened this issue Apr 20, 2023 · 0 comments

Comments

@alexlib
Copy link

alexlib commented Apr 20, 2023

One of the files in the older openpiv version you use has np.float and this fails with the new numpy > 1.24

one workaround we found was to uninstall the default numpy and reinstall it

pip uninstall numpy
pip install numpy"<1.24"

A better solution is to update your use to a more recent version of openpiv-python which resolved this problem long ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant