issue_comments: 1411048944
This data as json
| html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://github.com/pydata/xarray/issues/7273#issuecomment-1411048944 | https://api.github.com/repos/pydata/xarray/issues/7273 | 1411048944 | IC_kwDOAMm_X85UGuXw | 630436 | 2023-01-31T20:48:01Z | 2023-01-31T20:48:01Z | NONE | Sorry for slow reply, I got pulled onto another task before Christmas and forgot to revisit. Hit this in a different way again today. I get a combo of mangled as well as NaN values. ``` print((d0.swe.y - d1.swe.y).shape == d0.swe.shape) print((d0.swe.y - d1.swe.y).shape) print(d0.swe.y.shape) False (2509,) (2509,) ``` ``` np.unique(d0.swe.y.values == d1.swe.y.values) array([ True]) ``` ``` np.unique(d0.swe.x.values == d1.swe.x.values) array([False, True]
Looking at x shows X off by |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
1441345452 |