home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 192122307 and user = 1842005 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

  • joschkazj · 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
281598234 https://github.com/pydata/xarray/issues/1140#issuecomment-281598234 https://api.github.com/repos/pydata/xarray/issues/1140 MDEyOklzc3VlQ29tbWVudDI4MTU5ODIzNA== joschkazj 1842005 2017-02-22T08:10:23Z 2017-02-22T08:11:15Z NONE

At our institute we use Python (both v2.7 and 3.x) exclusively on x64 systems to make use of the entire memory on our workstations. Since all relevant (binary) scientific packages are released as 64-bit versions, 32 bit Python is obsolete for our use cases.

Just for reference (I don't develop on Windows), do we need to test both 32 and 64 bit Windows installs?

As some binary dependencies are involved, both have to be tested.

{
    "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
281305689 https://github.com/pydata/xarray/issues/1140#issuecomment-281305689 https://api.github.com/repos/pydata/xarray/issues/1140 MDEyOklzc3VlQ29tbWVudDI4MTMwNTY4OQ== joschkazj 1842005 2017-02-21T10:34:41Z 2017-02-21T10:34:41Z NONE

I've just run into the same issue with the AssertionError on Windows 7 x64 with Python v2.7, netcdf4 1.2.4, numpy 1.11.3, pandas 0.19.2, xarray 0.8.2 and 0.9.1 (all packages from Anaconda repo).

Downgrading pandas to 0.18.1 solved the problem for me.

{
    "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 1357.302ms · About: xarray-datasette