issues: 441341354
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
441341354 | MDU6SXNzdWU0NDEzNDEzNTQ= | 2948 | xr.merge fails when passing dict | 10194086 | closed | 0 | 5 | 2019-05-07T17:06:07Z | 2019-06-12T15:33:26Z | 2019-06-12T15:33:26Z | MEMBER | Code Sample```python import xarray as xr a = xr.DataArray([1, 2], dims=('foo', ), name='a') b = xr.DataArray([3], dims=('bar', ), name='b') objects = dict(a=a, b=b) xr.merge(objects) ``` Problem descriptionThis returns an ``` python def merge(objects, compat='no_conflicts', join='outer'): """Merge any number of xarray objects into a single Dataset as variables.
... ``` Expected OutputEither the docs or the Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2948/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |