pysheds icon indicating copy to clipboard operation
pysheds copied to clipboard

Fix nodata type checking for can cast with numpy >2 by putting the nodata in the correct type

Open ashleymedin opened this issue 9 months ago • 3 comments

All nodata was put into a numpy type. This builds on the work of @joelrahman.

ashleymedin avatar Mar 14 '25 05:03 ashleymedin

@mdbartos I've been testing this and confirm this is working well.

That being said @ashleymedin , shouldn't the setup.py be updated as well to spec the numpy >= 2.0 version?

tgrandje avatar May 12 '25 08:05 tgrandje

Yes @tgrandje I should have added that. Fixed now.

ashleymedin avatar May 12 '25 13:05 ashleymedin

Thanks, I'm going to take a look at the conflict and try to resolve and get the unit tests running.

mdbartos avatar Aug 14 '25 22:08 mdbartos