issue_comments
4 rows where issue = 292231408 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- test decoding num_dates in float types · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
362462705 | https://github.com/pydata/xarray/pull/1863#issuecomment-362462705 | https://api.github.com/repos/pydata/xarray/issues/1863 | MDEyOklzc3VlQ29tbWVudDM2MjQ2MjcwNQ== | shoyer 1217238 | 2018-02-02T02:01:43Z | 2018-02-02T02:01:43Z | MEMBER | Nice, thank you @j08lue for tracking this down and adding tests! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
test decoding num_dates in float types 292231408 | |
361091073 | https://github.com/pydata/xarray/pull/1863#issuecomment-361091073 | https://api.github.com/repos/pydata/xarray/issues/1863 | MDEyOklzc3VlQ29tbWVudDM2MTA5MTA3Mw== | j08lue 3404817 | 2018-01-28T19:59:23Z | 2018-01-28T19:59:23Z | CONTRIBUTOR |
Haha, OK, this is actually what you implemented in https://github.com/pydata/xarray/commit/50b0a69a7aa0fb7ac3afb28e7bd971cf08055f99: So that is why it works now. Case closed, I guess. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
test decoding num_dates in float types 292231408 | |
361089977 | https://github.com/pydata/xarray/pull/1863#issuecomment-361089977 | https://api.github.com/repos/pydata/xarray/issues/1863 | MDEyOklzc3VlQ29tbWVudDM2MTA4OTk3Nw== | j08lue 3404817 | 2018-01-28T19:45:49Z | 2018-01-28T19:48:09Z | CONTRIBUTOR | I believe the issue originates in these lines: where we multiply the If
By the way, the factor has to be large, like The weird thing is that the corresponding code in the current I will look into why the result is still different from Also, if this really is the origin of the error, there are two easy ways to avoid this:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
test decoding num_dates in float types 292231408 | |
361089805 | https://github.com/pydata/xarray/pull/1863#issuecomment-361089805 | https://api.github.com/repos/pydata/xarray/issues/1863 | MDEyOklzc3VlQ29tbWVudDM2MTA4OTgwNQ== | j08lue 3404817 | 2018-01-28T19:43:21Z | 2018-01-28T19:43:21Z | CONTRIBUTOR | For comparison, I added the same test to the ``` pytest -v xarray\tests\test_conventions.py ...
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
test decoding num_dates in float types 292231408 |
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