-
Notifications
You must be signed in to change notification settings - Fork 393
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
AttributeError: module 'numpy' has no attribute 'float'. #589
Comments
Thanks for pointing the bug! Just out of curiosity, which |
I'm using the following versions:
|
@quickbrett thanks for raising this issue and proposing the fix and @molinav thanks for maintaining this still great package. I actually got the same error, I think it is related to the latest numpy versions. |
It seems that Hopefully I can get some time soon to start a basic unit test collection, because these issues would be identified immediately with the automatic tests. |
@quickbrett I just added the patch in a hotfix branch (1.3.9), your small example now works after the correction. I took this moment to correct all the references to I am not sure when I will release 1.3.9, maybe I will do a couple of bugfixes more that are still around before tagging. |
@molinav I installes the hotfix branch
Hence I'm using the following package versions (
I tested the new version with a few simple examples and it worked for me. Thanks! |
@quickbrett I have just added a couple of unit tests for |
This small example retrurns an error
The error message:
I belive, the wrong attribute is used in
packages/basemap/src/mpl_toolkits/basemap/__init__.py
, master branch, line 4186.This small patch works for me:
Thanks for the great package!
The text was updated successfully, but these errors were encountered: