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
Maybe we could go for a single Dask graph using an Xarray Dataset instead of running compute() for each subroutine. We could put the lazy arrays of each subroutine in a Dataset and run Dataset.compute(). What do you think?
Maybe we could go for a single Dask graph using an Xarray Dataset instead of running
compute()for each subroutine. We could put the lazy arrays of each subroutine in a Dataset and runDataset.compute(). What do you think?