Junmian Zhu

Results 1 issues of Junmian Zhu

The `scipy` KDTree package provides a method `query_pairs` [(in this link)](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.query_pairs.html#scipy.spatial.KDTree.query_pairs) which returns all the pairs within a distance for the given tree. This package seems only to provide nearest...