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

remove extra material from ripley.py and source from geometry.py #74

Closed ljwolf closed 2 years ago

ljwolf commented 3 years ago

This removes duplicated code in ripley.py that was intended to be sourced from geometry.py when the new random.py module was written. This should have been done in #54 but was missed before the merge.

ljwolf commented 2 years ago

OK, I'll just self-merge this then?