home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 591643901 and user = 30388627 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

  • zxdawn · 4 ✖

issue 1

  • Coordinates passed to interp have nan values · 4 ✖

author_association 1

  • NONE 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
612561659 https://github.com/pydata/xarray/pull/3924#issuecomment-612561659 https://api.github.com/repos/pydata/xarray/issues/3924 MDEyOklzc3VlQ29tbWVudDYxMjU2MTY1OQ== zxdawn 30388627 2020-04-12T04:14:45Z 2020-04-12T04:14:45Z NONE

@dcherian Oh, thanks! After scipy is installed, it works: ``` =============================================== test session starts =============================================== platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1, pluggy-0.12.0 -- /yin_raid/xin/miniconda3/envs/xarray_dev/bin/python cachedir: .pytest_cache rootdir: /yin_raid/xin/github/xarray, inifile: setup.cfg collected 2 items

test_interp.py::test_nans[True] SKIPPED [ 50%] test_interp.py::test_nans[False] PASSED [100%]

================================================ warnings summary ================================================= xarray/tests/test_interp.py::test_nans[False] xarray/tests/test_interp.py::test_nans[False] /yin_raid/xin/miniconda3/envs/xarray_dev/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject return f(args, *kwds)

-- Docs: https://docs.pytest.org/en/latest/warnings.html ==================================== 1 passed, 1 skipped, 2 warnings in 0.88s ===================================== ```

I will update the test and pull it soon.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coordinates passed to interp have nan values 591643901
612548656 https://github.com/pydata/xarray/pull/3924#issuecomment-612548656 https://api.github.com/repos/pydata/xarray/issues/3924 MDEyOklzc3VlQ29tbWVudDYxMjU0ODY1Ng== zxdawn 30388627 2020-04-12T01:38:32Z 2020-04-12T01:38:32Z NONE

It's my first time to write test for xarray. I tried this method: pytest test_interp.py::test_nans -v, but all tests are skipped: ``` =================================================== test session starts ==================================================== platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1, pluggy-0.12.0 -- /yin_raid/xin/miniconda3/envs/xarray_dev/bin/python cachedir: .pytest_cache rootdir: /yin_raid/xin/github/xarray, inifile: setup.cfg collected 2 items

test_interp.py::test_nans[True] SKIPPED [ 50%] test_interp.py::test_nans[False] SKIPPED [100%]

==================================================== 2 skipped in 0.50s ==================================================== ```

How to make the test actually run?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coordinates passed to interp have nan values 591643901
609528106 https://github.com/pydata/xarray/pull/3924#issuecomment-609528106 https://api.github.com/repos/pydata/xarray/issues/3924 MDEyOklzc3VlQ29tbWVudDYwOTUyODEwNg== zxdawn 30388627 2020-04-06T01:57:54Z 2020-04-06T02:03:41Z NONE

@spencerkclark Maybe converting the datetime into number? BTW, Why not forcing numpy >= 1.18.1?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coordinates passed to interp have nan values 591643901
608106094 https://github.com/pydata/xarray/pull/3924#issuecomment-608106094 https://api.github.com/repos/pydata/xarray/issues/3924 MDEyOklzc3VlQ29tbWVudDYwODEwNjA5NA== zxdawn 30388627 2020-04-02T21:43:41Z 2020-04-02T21:43:41Z NONE

Hi @max-sixty, thanks. If this looks well, I'm glad to add the test for it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coordinates passed to interp have nan values 591643901

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 13.924ms · About: xarray-datasette