home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 938186104

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/5843#issuecomment-938186104 https://api.github.com/repos/pydata/xarray/issues/5843 938186104 IC_kwDOAMm_X84365V4 35968931 2021-10-07T22:00:55Z 2021-10-07T22:00:55Z MEMBER

Variable.chunks also returns a tuple, which again I feel is weird given that variables have named dimensions.

There is another difference between ds.chunks and da.chunks - the former checks for inconsistent chunking between different variables when called (and will raise ValueError Object has inconsistent chunks along dimension {dim}. This can be fixed by calling unify_chunks()."). In contrast da.chunks doesn't check, and so it's possible to have a DataArray whose data variable is chunked inconsistently with its coordinate variables and not be warned about it.

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