Use Xarray's apply_ufunc
rather than Dask's map_blocks
#1133
Labels
dispatching
Issues related to how we send method calls to different backends
I've been thinking about how we could run (parts of) sgkit on Cubed (#908). One thing that would help is using
xarray.map_blocks
(orxarray.apply_ufunc
) instead ofdask.array.map_blocks
, since the Xarray version can now dispatch to Dask and Cubed (as well as plain NumPy).The text was updated successfully, but these errors were encountered: