issues: 480512400
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
480512400 | MDU6SXNzdWU0ODA1MTI0MDA= | 3215 | decode_cf called on mfdataset throws error: 'Array' object has no attribute 'tolist' | 6063709 | closed | 0 | 9 | 2019-08-14T06:56:35Z | 2019-08-28T06:45:35Z | 2019-08-28T06:45:35Z | CONTRIBUTOR | MCVE Code Sample```python import xarray file = 'temp_048.nc' Works ok with open_datasetds = xarray.open_dataset(file, decode_cf=True) ds = xarray.open_dataset(file, decode_cf=False) ds = xarray.decode_cf(ds) Fails with open_mfdatasetds = xarray.open_mfdataset(file, decode_cf=True) ds = xarray.open_mfdataset(file, decode_cf=False) This line throws an exceptionds = xarray.decode_cf(ds) ``` Expected OutputNothing Problem DescriptionWhen opening data with Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3215/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |