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 is an ambiguity between keyword arguments to xarray.map_over_datasets and the wrapped function.
For this reason, my preference would be to add keyword argument support into an explicit argument, e.g., xr.map_over_datasets(np.std, dt, kwargs=dict(ddof=1)), similar to xarray.apply_ufunc.
Is your feature request related to a problem?
datatree.map_over_subtree
allowed passingkwargs
butxr.map_over_datasets
does not. I think it probably should?Describe the solution you'd like
No response
Describe alternatives you've considered
Of course
partial
could be used or other such constructs but that's not so convenient...Additional context
No response
The text was updated successfully, but these errors were encountered: