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
I'm working with dask, and I stumbled across the need to specify the dask="parallelized" argument to xr.apply_ufunc in frequency_filter. Currently, there is no way to do that.
One way to do it is to unpack apply_kwargs. I'm curious what the intent of that variable is.
Hello,
I'm working with dask, and I stumbled across the need to specify the
dask="parallelized"
argument toxr.apply_ufunc
infrequency_filter
. Currently, there is no way to do that.One way to do it is to unpack
apply_kwargs
. I'm curious what the intent of that variable is.Before:
After:
The text was updated successfully, but these errors were encountered: