You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some cases where it would be useful to have a way of setting up a parallel map over inputs, then calling compute on it later - like Dask Delayed.
There are some cases where it would be useful to have a way of setting up a parallel map over inputs, then calling
compute
on it later - like Dask Delayed.In particular this would be needed to support xarray's
open_mfdataset
(see pydata/xarray#7811), or creating Kerchunk files in parallel.The main question is what this looks like and where it belongs.
The text was updated successfully, but these errors were encountered: