issues: 364008818
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
364008818 | MDU6SXNzdWUzNjQwMDg4MTg= | 2440 | ddof does not working with 0.10.9 | 6815844 | closed | 0 | 0 | 2018-09-26T12:42:18Z | 2018-09-28T13:44:29Z | 2018-09-28T13:44:29Z | MEMBER | 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: ```python ~/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' ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2440/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |