home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 691217305

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/4409#issuecomment-691217305 https://api.github.com/repos/pydata/xarray/issues/4409 691217305 MDEyOklzc3VlQ29tbWVudDY5MTIxNzMwNQ== 1217238 2020-09-11T17:20:06Z 2020-09-11T17:20:06Z MEMBER

One way to fix this is to iterate over variables instead of _coord_names, e.g., instead of: python for k in self._coord_names: ... use: python for k in self._variables: if k in self._coord_names: ...

I believe we already use this trick in a few places for exactly this reason.

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