issue_comments
4 rows where issue = 935692190 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- added netCDF4 requirement to failing tests · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
881959762 | https://github.com/pydata/xarray/pull/5564#issuecomment-881959762 | https://api.github.com/repos/pydata/xarray/issues/5564 | IC_kwDOAMm_X840kaNS | dcherian 2448579 | 2021-07-17T21:04:54Z | 2021-07-17T21:04:54Z | MEMBER | Looks great. Thanks @Joeperdefloep . I see this is your first contribution to xarray. Welcome! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
added netCDF4 requirement to failing tests 935692190 | |
872964795 | https://github.com/pydata/xarray/pull/5564#issuecomment-872964795 | https://api.github.com/repos/pydata/xarray/issues/5564 | MDEyOklzc3VlQ29tbWVudDg3Mjk2NDc5NQ== | github-actions[bot] 41898282 | 2021-07-02T12:35:32Z | 2021-07-02T23:45:32Z | CONTRIBUTOR | Unit Test Results6 files 6 suites 52m 19s :stopwatch: 16 163 tests 14 448 :heavy_check_mark: 1 715 :zzz: 0 :x: 90 174 runs 82 061 :heavy_check_mark: 8 113 :zzz: 0 :x: Results for commit fab8263d. :recycle: This comment has been updated with latest results. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
added netCDF4 requirement to failing tests 935692190 | |
872947547 | https://github.com/pydata/xarray/pull/5564#issuecomment-872947547 | https://api.github.com/repos/pydata/xarray/issues/5564 | MDEyOklzc3VlQ29tbWVudDg3Mjk0NzU0Nw== | keewis 14808389 | 2021-07-02T12:06:02Z | 2021-07-02T12:06:02Z | MEMBER | Good catch, @Joeperdefloep, this should be fixed by decorating the test with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
added netCDF4 requirement to failing tests 935692190 | |
872938084 | https://github.com/pydata/xarray/pull/5564#issuecomment-872938084 | https://api.github.com/repos/pydata/xarray/issues/5564 | MDEyOklzc3VlQ29tbWVudDg3MjkzODA4NA== | feefladder 33122845 | 2021-07-02T11:48:07Z | 2021-07-02T11:54:57Z | CONTRIBUTOR | Also there is an issue when:
self = <xarray.tests.test_backends.TestH5NetCDFFileObject object at 0x7f7e841a4220>
/mnt/e/Git/xarray/xarray/tests/test_backends.py:2887: /mnt/e/Git/xarray/xarray/backends/api.py:483: in open_dataset backend = plugins.get_backend(engine) engine = 'scipy'
/mnt/e/Git/xarray/xarray/backends/plugins.py:156: ValueError ================================================= short test summary info ================================================= FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_open_fileobj - ValueError: unrecognized engine scipy ... =========================== 1 failed, 458 passed, 818 skipped, 18 xfailed, 6 xpassed in 25.08s =========================== ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
added netCDF4 requirement to failing tests 935692190 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 4