pytroll / fogpy

Satellite based fog and low stratus detection and nowcasting
http://fogpy.readthedocs.io/en/latest
GNU General Public License v3.0
20 stars 10 forks source link

Convert kdtree result to int #91

Closed gerritholl closed 3 years ago

gerritholl commented 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.

gerritholl commented 3 years ago

The remaining failure has a different cause: inconsistent randomness between local machine and GitHub CI. That needs a different solution.