home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 366373479

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/1899#issuecomment-366373479 https://api.github.com/repos/pydata/xarray/issues/1899 366373479 MDEyOklzc3VlQ29tbWVudDM2NjM3MzQ3OQ== 291576 2018-02-16T22:12:18Z 2018-02-16T22:12:18Z CONTRIBUTOR

Ah, not a change in behavior, but a possible bug exposed by a tiny change on my part. So, I have a 4D data array, CD and a data array for indexing, wind_inds. The following does not trigger a full loading: CD[0][wind_direction=wind_inds], which is good! But, this does: CD[scales=0, wind_direction=wind_inds], which is bad.

So, somehow, the indexing system is effectively treating these two things as different.

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