issue_comments: 193576856
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/783#issuecomment-193576856 | https://api.github.com/repos/pydata/xarray/issues/783 | 193576856 | MDEyOklzc3VlQ29tbWVudDE5MzU3Njg1Ng== | 1217238 | 2016-03-08T02:56:28Z | 2016-03-08T02:56:49Z | MEMBER | As expected, the following all dask.array solution triggers this: ``` python dates = pd.date_range('2001-01-01', freq='D', periods=1000) sizes = pd.Series(dates, dates).resample('1M', how='count').values chunks = (tuple(sizes), (100,)) x = da.ones((3630, 100), chunks=chunks) assert x[240:270].shape == x[240:270].compute().shape AssertionError``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
138332032 |