pysal / tobler

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

dask tests failing #184

Closed knaaptime closed 4 months ago

knaaptime commented 10 months ago

tests are failing for the new dask backend from what looks to be some kind of dtype error (see the tests)

the error is

FAILED tobler/tests/test_area_interpolators.py::test_area_interpolate_categorical_dask - ValueError: Buffer dtype mismatch, expected 'const intp_t' but got 'int'

knaaptime commented 4 months ago

this has resolved itself :)