home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 507656176

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/3068#issuecomment-507656176 https://api.github.com/repos/pydata/xarray/issues/3068 507656176 MDEyOklzc3VlQ29tbWVudDUwNzY1NjE3Ng== 1828519 2019-07-02T12:31:54Z 2019-07-02T12:33:15Z CONTRIBUTOR

@shoyer Understood. That explains why something like this wasn't caught before, but what would be the best solution for a short term fix?

For the long term, I also understand that there isn't really a good way to check equality of two dask arrays. I wonder if dask's graph optimization could be used to "simplify" two dask arrays' graph separately and check the graph equality. For example, two dask arrays created by doing da.zeros((10, 10), chunks=2) + 5 should be theoretically equal because their dask graphs are made up of the same tasks.

Edit: "short term fix": What is the best way to avoid the unnecessary transpose? Or is this not even the right way to approach this? Change dask to avoid the unnecessary transpose or change xarray to not do the tranpose or something else?

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