pysal / pointpats

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

Add new test cases to pointpats #1

Closed shaohu closed 7 years ago

shaohu commented 7 years ago

The test cases are added and the Travis build is finally passed :)

ljwolf commented 7 years ago

woo! reviewing now.

This may be a good example set of commits to learn how to squash commits. Not mandatory, but that (or using git commit --amend) will avoid those incremental commits with like... fixed an error, fixed an error, etc.