home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 250986266

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/1026#issuecomment-250986266 https://api.github.com/repos/pydata/xarray/issues/1026 250986266 MDEyOklzc3VlQ29tbWVudDI1MDk4NjI2Ng== 1217238 2016-10-02T18:20:36Z 2016-10-02T18:20:36Z MEMBER

This was an intentional change -- see https://github.com/dask/dask/pull/1469

Previously, we created lots of teeny tasks, which tended to negate any out of core benefits. The problem is that reshape promises an order to the elements it reshape which tends to split across existing chunks of dask arrays.

We could work around this in xarray by adding custom logic to stack for keeping chunks together when reshaping, but we can't do this upstream in dask because we need to make sure we keep all the arrays aligned.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  180516114
Powered by Datasette · Queries took 0.461ms · About: xarray-datasette