-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
Hello,
Thank you very much for creating this package, it is amazing, but I have encountered a problem with it. I imported it as said in the documentation, I checked the requirements, all packages are satisfying them, and I am working with Python 3.7.7.. But still while calling pointpats.L(pp) Python says that there is no attribute L. Have someone encountered this problem? I have attached my import section and the code (not very long). Thank you for your help.
Greetings
Bartosz
import scipy.spatial import pointpats import libpysal as ps
pp=pointpats.PointPattern(points) L_Test=pointpats.L(pp)
Result:
`L_Test=pointpats.L(pp) :
AttributeError: module 'pointpats' has no attribute 'L'`
Metadata
Metadata
Assignees
Labels
No labels