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
Is there a certain version of python that works?
I'm getting
AttributeError: module 'numpy' has no attribute 'float'.
And 25 failed tests.
Running
Python 3.11.3 pip 23.1.2
The text was updated successfully, but these errors were encountered:
Can you provide some into on your env? The numpy and windrose versions installed? Also the operation you are trying to do and the traceback?
I have numpy 1.24.3 and windrose 1.8.1, all tests passes and everything seems to work.
Sorry, something went wrong.
No branches or pull requests
Is there a certain version of python that works?
I'm getting
And 25 failed tests.
Running
The text was updated successfully, but these errors were encountered: