issues: 407864596
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
407864596 | MDU6SXNzdWU0MDc4NjQ1OTY= | 2754 | silence warning for decode_cf_datetime? | 10194086 | closed | 0 | 7 | 2019-02-07T19:38:38Z | 2019-02-19T20:47:26Z | 2019-02-19T20:47:26Z | MEMBER | Code Sample, a copy-pastable example if possible```python import xarray as xr import numpy as np x = np.arange(100) * 365 x = xr.coding.times.decode_cf_datetime(x, 'days since 2400-01-01', calendar='proleptic_gregorian') ``` Problem descriptionxarray still throws an error when decoding out-of-bounds dates for proleptic_gregorian - should this be silenced? Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2754/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |