issue_comments: 396662676
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/2227#issuecomment-396662676 | https://api.github.com/repos/pydata/xarray/issues/2227 | 396662676 | MDEyOklzc3VlQ29tbWVudDM5NjY2MjY3Ng== | 5635139 | 2018-06-12T17:02:34Z | 2018-06-12T17:02:34Z | MEMBER | @rabernat that's a good solution where it's a slice When is a time that it needs to align a bool array? If you try and pass an array of unequal length, it doesn't work anyway: ```python In [12]: ds.a.isel(time=time_filter[:-1]) IndexError: Boolean array size 54999999 is used to index array with shape (55000000,). ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
331668890 |