-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Copied from issue#2236 comments, by @st-bender
Hi,
just to let you know that .std() does not accept the ddof keyword anymore (it worked in 0.10.8)
Should I open a new bugreport?
Edit:
It fails with:
~/Work/miniconda3/envs/stats/lib/python3.6/site-packages/xarray/core/duck_array_ops.py in f(values, axis, skipna, **kwargs)
234
235 try:
--> 236 return func(values, axis=axis, **kwargs)
237 except AttributeError:
238 if isinstance(values, dask_array_type):
TypeError: nanstd() got an unexpected keyword argument 'ddof'Metadata
Metadata
Assignees
Labels
No labels