home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 832658072

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/pull/5045#issuecomment-832658072 https://api.github.com/repos/pydata/xarray/issues/5045 832658072 MDEyOklzc3VlQ29tbWVudDgzMjY1ODA3Mg== 17001470 2021-05-05T12:45:53Z 2021-05-05T12:45:53Z CONTRIBUTOR

I revised the pre-assignment checks. In my opinion xr.align is not so helpful when checking that the dimension sizes and coordinates are consistent, because it doesn't fail when the dimension size of the two Datasets is different, but the coordinate of the second Dataset is a subset of the first one. Therefore, I reimplemented the check that I had previously in a similar way. I also added a check for the wrong order of the dimensions, that you mentioned @shoyer. If, despite the checks, an error occurs during the assignment, e.g. due to a type error, and the dataset has been updated already partially, the user is informed about this.

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