scverse / squidpy

Spatial Single Cell Analysis in Python
https://squidpy.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
420 stars 76 forks source link

unit test and cleaning spatial_tools/graph/ppatterns.py #61

Closed davidsebfischer closed 3 years ago

giovp commented 3 years ago

problem is, what we have now for ripley function rely on astropy, a quite large package. The other implementation available in python is here: https://github.com/pysal/pointpats However, that one it's not as general as in astropy, and therefore cannon be used. How should we go about it? Options are:

@davidsebfischer @hspitzer