issue_comments
2 rows where author_association = "MEMBER", issue = 279198672 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix DataArray.__dask_scheduler__ to point to dask.threaded.get · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
349198982 | https://github.com/pydata/xarray/pull/1760#issuecomment-349198982 | https://api.github.com/repos/pydata/xarray/issues/1760 | MDEyOklzc3VlQ29tbWVudDM0OTE5ODk4Mg== | max-sixty 5635139 | 2017-12-05T05:21:16Z | 2017-12-05T05:21:16Z | MEMBER | Right, though xarray used to call ``` xarray/tests/test_backends.py:252: AssertionError ___ test_dask_kwargs_variable[compute] ___ method = 'compute' @pytest.mark.parametrize("method", ['load', 'compute']) def test_dask_kwargs_variable(method): x = Variable('y', da.from_array(np.arange(3), chunks=(2,))) # args should be passed on to da.Array.compute() with mock.patch.object(da.Array, 'compute', return_value=np.arange(3)) as mock_compute: getattr(x, method)(foo='bar')
_mock_self = <MagicMock name='compute' id='139838059011600'>, args = () kwargs = {'foo': 'bar'}, expected = "compute(foo='bar')" def assert_called_with(_mock_self, args, *kwargs): """assert that the mock was called with the specified arguments.
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix DataArray.__dask_scheduler__ to point to dask.threaded.get 279198672 | |
349175469 | https://github.com/pydata/xarray/pull/1760#issuecomment-349175469 | https://api.github.com/repos/pydata/xarray/issues/1760 | MDEyOklzc3VlQ29tbWVudDM0OTE3NTQ2OQ== | max-sixty 5635139 | 2017-12-05T02:31:20Z | 2017-12-05T02:31:20Z | MEMBER | I took a look at the tests - I don't have too much helpful beyond breaking it down. For example, this tests that when Has that changed? Does |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix DataArray.__dask_scheduler__ to point to dask.threaded.get 279198672 |
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 1