-
Notifications
You must be signed in to change notification settings - Fork 27
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
cannot import name 'G' from 'pointpats' #101
Comments
Thank you for reporting the import issue @SFashandi. |
Hi, |
Hey, yes I think we should fully deprecate the previous implementations and proceed with the I just have not had the time to keep up with the toolchain changes in order to do this kind of maintenance... I am eager to do this, though, and I think we should make a major point release to incorporate these changes. For now, the numpy-oriented notebook should be used, and we'll work to swap the documentation? |
@ljwolf thanks for the explanation! @SFashandi please follow the numpy-oriented notebook and the API docs to use distance-based statistics. The older implementation of these statistics is depreciated and cannot be used with the current version of pointpats. |
Thanks alot. |
I tried all the functions in API and I've encountered this error: |
Hello @hhatam, the notebook is not updated: instead of importing from pointpats import ripley
...
ripley.g_test(...) Use from pointpats import distance_statistics
...
distance_statistics.g_test(...) This works for me with pointpats==2.3.0 :) |
Hi there,
Importing G, F, J, K, L, I get an import error like below:
ImportError: cannot import name 'G' from 'pointpats'
Thanks.
The text was updated successfully, but these errors were encountered: