issue_comments
4 rows where issue = 481110823 and user = 13190237 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Allow invalid_netcdf=True in to_netcdf() · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
524056506 | https://github.com/pydata/xarray/pull/3221#issuecomment-524056506 | https://api.github.com/repos/pydata/xarray/issues/3221 | MDEyOklzc3VlQ29tbWVudDUyNDA1NjUwNg== | ulijh 13190237 | 2019-08-22T20:04:29Z | 2019-08-22T20:04:29Z | CONTRIBUTOR | Thanks @dcherian and @shoyer for the review and advice! It seems the docs build and the checks are fine now. One more thing, as this is my first PR to xarray: Should I merge/rebase master into the allow_invalid_netcdf branch, or will you guys take it from this point? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow invalid_netcdf=True in to_netcdf() 481110823 | |
523819932 | https://github.com/pydata/xarray/pull/3221#issuecomment-523819932 | https://api.github.com/repos/pydata/xarray/issues/3221 | MDEyOklzc3VlQ29tbWVudDUyMzgxOTkzMg== | ulijh 13190237 | 2019-08-22T09:08:28Z | 2019-08-22T09:08:28Z | CONTRIBUTOR | Hey guys, I'd like to move this forward, but the doc build failed with the message below.
Thanks! ``` python
ModuleNotFoundError Traceback (most recent call last) <ipython-input-17-9100cd49113c> in <module> ----> 1 da.to_netcdf("complex.nc", engine="h5netcdf", invalid_netcdf=True) ~/work/1/s/xarray/core/dataarray.py in to_netcdf(self, args, kwargs) 2214 dataset = self.to_dataset() 2215 -> 2216 return dataset.to_netcdf(args, **kwargs) 2217 2218 def to_dict(self, data: bool = True) -> dict: ~/work/1/s/xarray/core/dataset.py in to_netcdf(self, path, mode, format, group, engine, encoding, unlimited_dims, compute, invalid_netcdf) 1519 unlimited_dims=unlimited_dims, 1520 compute=compute, -> 1521 invalid_netcdf=invalid_netcdf, 1522 ) 1523 ~/work/1/s/xarray/backends/api.py in to_netcdf(dataset, path_or_file, mode, format, group, engine, encoding, unlimited_dims, compute, multifile, invalid_netcdf) 1052 "unrecognized option 'invalid_netcdf' for engine %s" % engine 1053 ) -> 1054 store = store_open(target, mode, format, group, **kwargs) 1055 1056 if unlimited_dims is None: ~/work/1/s/xarray/backends/h5netcdf_.py in init(self, filename, mode, format, group, lock, autoclose, invalid_netcdf) 81 invalid_netcdf=None, 82 ): ---> 83 import h5netcdf 84 85 if format not in [None, "NETCDF4"]: ModuleNotFoundError: No module named 'h5netcdf' <<<------------------------------------------------------------------------- /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.integrate:12: WARNING: Unexpected indentation. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interp:20: WARNING: Inline strong start-string without end-string. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interpolate_na:8: WARNING: Definition list ends without a blank line; unexpected unindent. Sphinx parallel build error:
RuntimeError: Non Expected exception in [error]The operation was canceled.``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow invalid_netcdf=True in to_netcdf() 481110823 | |
522237633 | https://github.com/pydata/xarray/pull/3221#issuecomment-522237633 | https://api.github.com/repos/pydata/xarray/issues/3221 | MDEyOklzc3VlQ29tbWVudDUyMjIzNzYzMw== | ulijh 13190237 | 2019-08-17T13:38:15Z | 2019-08-17T13:38:15Z | CONTRIBUTOR | Hmm, seems like I broke the docs somehow... I someone could advice me how to fix? Thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow invalid_netcdf=True in to_netcdf() 481110823 | |
521918496 | https://github.com/pydata/xarray/pull/3221#issuecomment-521918496 | https://api.github.com/repos/pydata/xarray/issues/3221 | MDEyOklzc3VlQ29tbWVudDUyMTkxODQ5Ng== | ulijh 13190237 | 2019-08-16T07:41:14Z | 2019-08-16T07:41:34Z | CONTRIBUTOR |
Sure, I'll add that when we are happy with the code and tests! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow invalid_netcdf=True in to_netcdf() 481110823 |
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