issues: 547373923
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
547373923 | MDU6SXNzdWU1NDczNzM5MjM= | 3675 | Dataset.expand_dims expands dimensions on coordinate bounds | 1991007 | closed | 0 | 2 | 2020-01-09T10:03:08Z | 2020-01-09T11:03:22Z | 2020-01-09T11:03:22Z | NONE | MCVE Code Sample```python import xarray as xr ds = xr.Dataset({'data': ('x', [1, 2]), 'x': ('x', [1, 2]), 'x_bnds': (('x', 'bnds'), [[0.5, 1.5], [1.5, 2.5]])}) ds['x'].attrs['bounds'] = 'x_bnds' ds = ds.expand_dims({'time': [0]}) ``` Output:
Expected Output
Problem Description
Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3675/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |