home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where issue = 258884482 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • jhamman 3
  • guziy 2
  • spencerahill 2

author_association 2

  • CONTRIBUTOR 4
  • MEMBER 3

issue 1

  • data_vars option added to open_mfdataset · 7 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
335603929 https://github.com/pydata/xarray/pull/1580#issuecomment-335603929 https://api.github.com/repos/pydata/xarray/issues/1580 MDEyOklzc3VlQ29tbWVudDMzNTYwMzkyOQ== jhamman 2443309 2017-10-10T20:51:26Z 2017-10-10T20:51:26Z MEMBER

Thanks @guziy!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  data_vars option added to open_mfdataset 258884482
335367729 https://github.com/pydata/xarray/pull/1580#issuecomment-335367729 https://api.github.com/repos/pydata/xarray/issues/1580 MDEyOklzc3VlQ29tbWVudDMzNTM2NzcyOQ== jhamman 2443309 2017-10-10T05:48:51Z 2017-10-10T05:48:51Z MEMBER

I think this is ready to go, any final objections?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  data_vars option added to open_mfdataset 258884482
332982573 https://github.com/pydata/xarray/pull/1580#issuecomment-332982573 https://api.github.com/repos/pydata/xarray/issues/1580 MDEyOklzc3VlQ29tbWVudDMzMjk4MjU3Mw== jhamman 2443309 2017-09-28T22:36:05Z 2017-09-28T22:36:05Z MEMBER

LGTM. @crusaderky - I think you should look at this in conjunction with #1551.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  data_vars option added to open_mfdataset 258884482
330672715 https://github.com/pydata/xarray/pull/1580#issuecomment-330672715 https://api.github.com/repos/pydata/xarray/issues/1580 MDEyOklzc3VlQ29tbWVudDMzMDY3MjcxNQ== guziy 900941 2017-09-19T21:02:53Z 2017-09-19T21:02:53Z CONTRIBUTOR

Thanks @spencerahill

py.test seems to be working

Cheers

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  data_vars option added to open_mfdataset 258884482
330672462 https://github.com/pydata/xarray/pull/1580#issuecomment-330672462 https://api.github.com/repos/pydata/xarray/issues/1580 MDEyOklzc3VlQ29tbWVudDMzMDY3MjQ2Mg== spencerahill 6200806 2017-09-19T21:01:55Z 2017-09-19T21:01:55Z CONTRIBUTOR

Try running them via pytest instead (pip install pytest or conda install pytest if you don't have it already).

Note that you'll need to add new test(s) that cover the modifications you have made -- not just run the existing tests.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  data_vars option added to open_mfdataset 258884482
330663981 https://github.com/pydata/xarray/pull/1580#issuecomment-330663981 https://api.github.com/repos/pydata/xarray/issues/1580 MDEyOklzc3VlQ29tbWVudDMzMDY2Mzk4MQ== guziy 900941 2017-09-19T20:29:58Z 2017-09-19T20:31:01Z CONTRIBUTOR

Thanks @spencerahill:

I have run the flake8 test and modified the whats-new.rst. I think I need more guidance with the tests. I tried using nosetests and get the following exceptions (I am sure I am doing smth wrong here):

``` $ nosetests /Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/matplotlib/init.py:917: UserWarning: axes.hold is deprecated. Please remove it from your matplotlibrc and/or style files. warnings.warn(self.msg_depr_set % key) /Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/matplotlib/rcsetup.py:152: UserWarning: axes.hold is deprecated, will be removed in 3.0 warnings.warn("axes.hold is deprecated, will be removed in 3.0") E ====================================================================== ERROR: Failure: AttributeError (module 'pytest' has no attribute 'config')


Traceback (most recent call last): File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/imp.py", line 244, in load_module return load_package(name, filename) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/imp.py", line 216, in load_package return _load(spec) File "<frozen importlib._bootstrap>", line 675, in _load File "<frozen importlib._bootstrap>", line 655, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed File "/Users/huziy/PythonProjects/xarray/xarray/tests/init.py", line 130, in <module> _SKIP_FLAKY = not pytest.config.getoption("--run-flaky") AttributeError: module 'pytest' has no attribute 'config'


Ran 1 test in 0.582s

FAILED (errors=1) ```

Cheers

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  data_vars option added to open_mfdataset 258884482
330648836 https://github.com/pydata/xarray/pull/1580#issuecomment-330648836 https://api.github.com/repos/pydata/xarray/issues/1580 MDEyOklzc3VlQ29tbWVudDMzMDY0ODgzNg== spencerahill 6200806 2017-09-19T19:31:00Z 2017-09-19T19:32:31Z CONTRIBUTOR

have not run tests yet

These will definitely be needed. Existing tests for open_mfdataset are in xarray/tests/test_backends.py. @shoyer and/or @jhamman can hopefully help you out if you need more guidance.

Not sure how to install flake8

pip install flake8 should work. Alternatively if you use conda conda install -c conda-forge flake8

Do not think the change is big enough to be added to the files

A brief note in What's New under the Enhancements section would actually be appropriate. Just follow the example of the others in that section.

Thanks for taking this on! We actually just bumped across this (here), so your fix will immediately benefit more than just you.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  data_vars option added to open_mfdataset 258884482

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