issue_comments: 204513246
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/pull/815#issuecomment-204513246 | https://api.github.com/repos/pydata/xarray/issues/815 | 204513246 | MDEyOklzc3VlQ29tbWVudDIwNDUxMzI0Ng== | 4295853 | 2016-04-01T18:44:27Z | 2016-04-01T18:44:27Z | CONTRIBUTOR | @fmaussion, for
it returns this ``` python (Pdb) actual <xarray.DataArray (x: 3, y: 5, z: 5)> array([[[ nan, nan, nan, nan, nan], [ nan, nan, nan, nan, nan], [ 35., 36., 37., 38., 39.], [ 40., 41., 42., 43., 44.], [ 45., 46., 47., 48., 49.]],
Coordinates: * x (x) int64 1 2 3 * y (y) int64 0 1 2 3 4 * z (z) int64 0 1 2 3 4 ``` where ``` python (Pdb) array <xarray.DataArray (x: 5, y: 5, z: 5)> array([[[ 0, 1, 2, 3, 4], [ 5, 6, 7, 8, 9], [ 10, 11, 12, 13, 14], [ 15, 16, 17, 18, 19], [ 20, 21, 22, 23, 24]],
Coordinates: * x (x) int64 0 1 2 3 4 * y (y) int64 0 1 2 3 4 * z (z) int64 0 1 2 3 4 ```
Is this what you were expecting? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
145243134 |