home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1069089232

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/6310#issuecomment-1069089232 https://api.github.com/repos/pydata/xarray/issues/6310 1069089232 IC_kwDOAMm_X84_uQHQ 57705593 2022-03-16T12:46:33Z 2022-03-16T12:46:33Z CONTRIBUTOR

No, in this case "coordinates" in encoding will resolve to False, so that's not the problematic step.

I think the problem is that the author of line 773 assumed that pop_to would return the value of attrs['coordinates'] if encoding['coordinates'] is not set. That is wrong and the line should be fixed to look like this instead: python coords_str = pop_to(encoding, attrs, "coordinates") or attrs.get("coordinates")

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