pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
145 stars 30 forks source link

Correct testing in unittests.yml? #75

Closed jGaboardi closed 4 years ago

jGaboardi commented 4 years ago

In the Download Data - Pytest steps of unittests.yml the testing seems to be exclusively pointing towards geosnap. Should this be testing spatialucr/geosnap or pysal/tobler?

knaaptime commented 4 years ago

good catch. i left a bunch of crap in there by accident in my haste to just get the workflow active but didnt finish building the tests last night. should be solved by #76

the larger issue is that we're hitting the same issue as geosnap where python 3.8 can resolve the package deps (which means its probably tobler's fault, not region's?).