Closed gerritholl closed 3 years ago
Convert the result of the scipy kdtree search to int. It's been giving float since scipy 1.16. See https://github.com/scipy/scipy/issues/14296.
This should fix at least some of #82.
The remaining failure has a different cause: inconsistent randomness between local machine and GitHub CI. That needs a different solution.
Convert the result of the scipy kdtree search to int. It's been giving float since scipy 1.16. See https://github.com/scipy/scipy/issues/14296.
This should fix at least some of #82.