home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 192122307 and user = 12967176 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • JamesSample · 2 ✖

issue 1

  • sel with method 'nearest' fails with AssertionError · 2 ✖

author_association 1

  • NONE 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
281043655 https://github.com/pydata/xarray/issues/1140#issuecomment-281043655 https://api.github.com/repos/pydata/xarray/issues/1140 MDEyOklzc3VlQ29tbWVudDI4MTA0MzY1NQ== JamesSample 12967176 2017-02-20T10:33:51Z 2017-02-20T10:33:51Z NONE

@j08lue Thanks for your response - that's interesting. I'm not familiar with Appveyor and hadn't realised what builds were being used.

As a test, I've just installed 32-bit WinPython 2.7 and xarray (still on my 64-bit Windows 10 machine) and everything works fine, so this does appear to be a specific issue with xarray and 64-bit Python 2.7.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  sel with method 'nearest' fails with AssertionError 192122307
280840391 https://github.com/pydata/xarray/issues/1140#issuecomment-280840391 https://api.github.com/repos/pydata/xarray/issues/1140 MDEyOklzc3VlQ29tbWVudDI4MDg0MDM5MQ== JamesSample 12967176 2017-02-18T11:45:00Z 2017-02-18T11:45:00Z NONE

Hi j08lue,

Just wondering if you ever figured this out? I'm having exactly the same issue on 64-bit Windows 10, using WinPython 2.7 and the following:

xarray 0.9.1 Pandas 0.19.1 Numpy 1.11.2

If I've understood the comments here correctly, it sounds as though others are struggling to reproduce the problem - even on Windows - so presumably it's something strange with our installations?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  sel with method 'nearest' fails with AssertionError 192122307

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 14.073ms · About: xarray-datasette