-
Notifications
You must be signed in to change notification settings - Fork 132
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
BUG: h3.api.(basic|numpy|memview)_int
can't be loaded via __import__
#304
Comments
The h3 python version is also important to know for this |
It says the python version is 3.7.6? |
Oh I assumed that was saying the Python runtime was 3.7.6, not the h3 package version. That does make more sense that it's the H3 Python package version. Back to the original question then... So this is after the changes from dynamically-generated global functions to methods on a class. I don't really understand how the import doesn't fail but instead gives an incorrect result. Maybe it's relevant that the classes are two different places in memory:
|
the latest release h3-py version is 3.7.6 |
The text was updated successfully, but these errors were encountered: