home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 525966384

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/3258#issuecomment-525966384 https://api.github.com/repos/pydata/xarray/issues/3258 525966384 MDEyOklzc3VlQ29tbWVudDUyNTk2NjM4NA== 306380 2019-08-28T23:54:48Z 2019-08-28T23:54:48Z MEMBER

Dask doesn't traverse through tuples to find possible keys, so the keys here are hidden from view:

python {'a': (('x', 'y'), ('xarray-a-f178df193efafa67203f3862b3f9f0f4', 0, 0)),

I recommend changing wrapping tuples with lists:

diff - {'a': (('x', 'y'), ('xarray-a-f178df193efafa67203f3862b3f9f0f4', 0, 0)), + {'a': [('x', 'y'), ('xarray-a-f178df193efafa67203f3862b3f9f0f4', 0, 0)],

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