issue_comments: 789078512
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/2237#issuecomment-789078512 | https://api.github.com/repos/pydata/xarray/issues/2237 | 789078512 | MDEyOklzc3VlQ29tbWVudDc4OTA3ODUxMg== | 2448579 | 2021-03-02T17:29:51Z | 2021-03-02T18:03:17Z | MEMBER | I think the behaviour in Ryan's most recent comment is a consequence of groupby.mean being
I think the fundamental question is: Is it really possible for dask to recognize that the chunk structure after the We can explicitly ask for consolidation of chunks by saying the output should be chunked Then if we set Can we make dask recognize that the 5 getitem tasks from input-chunk-0, at the bottom of each tower, can be fused to a single task? In that case, fuse the 5 getitem tasks and "propagate" that fusion up the tower. I guess another failure here is that when |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
333312849 |