oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
241 stars 32 forks source link

add isochrone and silhouette tests #392

Closed knaaptime closed 7 months ago

knaaptime commented 7 months ago

resolves #259

knaaptime commented 7 months ago

this test is failing because of multiple read/writes from the h5 file because of pytest-xdist. I think this can be solved with a lockfile or such, but going to merge this now, since ubuntu tests pass and its clearly a pytest issue