pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

Cannot import name 'G' from 'pointpats' (/usr/local/lib/python3.7/dist-packages/pointpats/__init__.py) #78

Closed Anagabrielamantilla closed 2 years ago

Anagabrielamantilla commented 2 years ago

Hi, I have an issue. I am working Google Colab and when I try to import 'G' module from 'pointpats' there is an error. I do not have idea why this is happening. Can you help me please?

ljwolf commented 2 years ago

Use g instead, following this guide! We improved the performance of these functions, but also had to change the API slightly.