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: