issue_comments
14 rows where author_association = "NONE" and issue = 402908148 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Appending to zarr store · 14 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
457368077 | https://github.com/pydata/xarray/pull/2706#issuecomment-457368077 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDQ1NzM2ODA3Nw== | pep8speaks 24736507 | 2019-01-24T21:43:09Z | 2019-06-29T22:49:41Z | NONE | Hello @jendrikjoe! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers: Comment last updated at 2019-06-29 22:49:41 UTC |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
506958854 | https://github.com/pydata/xarray/pull/2706#issuecomment-506958854 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNjk1ODg1NA== | shikharsg 8643775 | 2019-06-29T13:57:31Z | 2019-06-29T13:57:31Z | NONE | I have implemented all the changes suggested and refactored the append tests as all tests were previously crammed into I'm not sure why the build fails. In all the failed checks, it is these two tests that are failing: ``` ================================== FAILURES =================================== ____ testrolling_properties[1] ______ da = <xarray.DataArray (a: 3, time: 21, x: 4)> array([[[0.561926, 0.243845, 0.601879, 0.733398], [0.500418, 0.84942...ordinates: * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-21 Dimensions without coordinates: a, x
xarray\tests\test_dataarray.py:3715: AssertionError ____ testrolling_properties[1] ______ ds = <xarray.Dataset> Dimensions: (time: 10, x: 8, y: 2) Coordinates: * x (x) float64 0.0 0.1429 0.2857 0.4286 0....-1.152 -0.6704 ... -0.9796 -1.884 0.4049 z2 (time, y) float64 -1.218 -0.9627 -1.398 ... -0.3552 0.1446 0.3392
xarray\tests\test_dataset.py:4845: AssertionError ============================== warnings summary =============================== ``` I have no idea why as the same two tests pass on my local machine |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
506418064 | https://github.com/pydata/xarray/pull/2706#issuecomment-506418064 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNjQxODA2NA== | shikharsg 8643775 | 2019-06-27T16:27:58Z | 2019-06-27T16:27:58Z | NONE | it's done. I fixed it by opening the zarr dataset beforehand using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
506403594 | https://github.com/pydata/xarray/pull/2706#issuecomment-506403594 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNjQwMzU5NA== | shikharsg 8643775 | 2019-06-27T15:50:36Z | 2019-06-27T15:50:36Z | NONE |
@rabernat , the scenario I am talking about is adding a new
@shoyer We do always require |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
506363156 | https://github.com/pydata/xarray/pull/2706#issuecomment-506363156 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNjM2MzE1Ng== | shikharsg 8643775 | 2019-06-27T14:11:55Z | 2019-06-27T14:11:55Z | NONE | I have fixed the above error now and all comments have now been addressed. @rabernat @shoyer |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
506288004 | https://github.com/pydata/xarray/pull/2706#issuecomment-506288004 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNjI4ODAwNA== | shikharsg 8643775 | 2019-06-27T10:21:53Z | 2019-06-27T10:21:53Z | NONE | adding a new variable currently errors if we don't provide the
this works: ```python
will push a fix for this in a bit |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
505953845 | https://github.com/pydata/xarray/pull/2706#issuecomment-505953845 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNTk1Mzg0NQ== | shikharsg 8643775 | 2019-06-26T16:41:33Z | 2019-06-26T16:41:33Z | NONE | also any idea why all the AppVeyor builds are failing since yesterday? I did not change any build file in any of my commits. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
505953301 | https://github.com/pydata/xarray/pull/2706#issuecomment-505953301 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNTk1MzMwMQ== | shikharsg 8643775 | 2019-06-26T16:40:02Z | 2019-06-26T16:40:02Z | NONE | Thanks @shoyer @rabernat for the detailed review. All the comments have been addresses except the removal of the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
504477302 | https://github.com/pydata/xarray/pull/2706#issuecomment-504477302 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNDQ3NzMwMg== | shikharsg 8643775 | 2019-06-21T15:56:01Z | 2019-06-21T15:56:01Z | NONE |
@rabernat these are now resolved |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
504115125 | https://github.com/pydata/xarray/pull/2706#issuecomment-504115125 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwNDExNTEyNQ== | shikharsg 8643775 | 2019-06-20T17:33:04Z | 2019-06-20T17:33:04Z | NONE | I have fixed the compute=False for appending to zarr store, but there are two issues that remain
Thoughts please |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
503502211 | https://github.com/pydata/xarray/pull/2706#issuecomment-503502211 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDUwMzUwMjIxMQ== | shikharsg 8643775 | 2019-06-19T10:24:47Z | 2019-06-19T10:24:47Z | NONE | Hi all, sorry for the delay. I was on break for 10 days. I have started working on it now and should be able to do this in a couple of days. A quick thing I noticed as I started working on this: currently the zarr.Array.append function(which handles the resize of the array) is being used to append to the array, and as of now, it's not being done asynchronously using a dask delayed object(as I pointed out in my earlier comment). So to do it asynchronously, my plan is to resize the target array, and then the delayed object would write to the appropriate region of the resized array(dask.array.store is currently being used for this). But if for whatever reason, the delayed object does not end up being called, we would end up with nonsense values in the resized portion of the array(or whatever is the fill value). For this reason I wonder if I should put the resize in the delayed object too. Thoughts? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
498583209 | https://github.com/pydata/xarray/pull/2706#issuecomment-498583209 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDQ5ODU4MzIwOQ== | shikharsg 8643775 | 2019-06-04T08:52:28Z | 2019-06-04T08:52:28Z | NONE | will do |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
498194520 | https://github.com/pydata/xarray/pull/2706#issuecomment-498194520 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDQ5ODE5NDUyMA== | shikharsg 8643775 | 2019-06-03T10:03:01Z | 2019-06-03T10:03:54Z | NONE | I think I figured out the problem. Previously the I will be happy to push a fix, if permissions are given. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 | |
498072960 | https://github.com/pydata/xarray/pull/2706#issuecomment-498072960 | https://api.github.com/repos/pydata/xarray/issues/2706 | MDEyOklzc3VlQ29tbWVudDQ5ODA3Mjk2MA== | shikharsg 8643775 | 2019-06-02T23:07:41Z | 2019-06-02T23:07:41Z | NONE | Hi all, not sure if I could be doing something wrong myself, but the below might be a bug in this PR. I checked out the
Instead this does not happen in the xarray master branch: ```python
I am also trying to figure out why this is happening(assuming this is a bug) and will post updates soon. @davidbrochart |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Appending to zarr store 402908148 |
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 2