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

Tree types is missing now from Ripley.py #83

Open ljwolf opened 1 year ago

ljwolf commented 1 year ago

from Giulia, the TREE_TYPES needs to be imported into ripley.py

mmmaat commented 1 year ago

In ripley.py just add from .geometry import TREE_TYPES and the bug is fixed.