xarray-spatial
xarray-spatial copied to clipboard
Add tests for cupy zonal stats
Need to extend the existing zonal stats tests to include cupy. The three test functions affected are:
- test_default_stats
- test_zone_ids_stats
- test_custom_stats
The default stats is easy to extend, the others are a little harder.