issue_comments
4 rows where issue = 729980097 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Option to skip tests in `weighted()` · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 716937842 | https://github.com/pydata/xarray/issues/4541#issuecomment-716937842 | https://api.github.com/repos/pydata/xarray/issues/4541 | MDEyOklzc3VlQ29tbWVudDcxNjkzNzg0Mg== | max-sixty 5635139 | 2020-10-27T02:29:59Z | 2020-10-27T06:15:51Z | MEMBER | If it leads to incorrect results, I agree. If it leads to a lazy error (even if more confusing), or a result array full of NaNs, then I think it's fine. Not super confident on the latter case, tbc. If we want more control, I would advocate for using a standard kwarg that offers control over the computation — e.g. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Option to skip tests in `weighted()` 729980097 | |
| 716928594 | https://github.com/pydata/xarray/issues/4541#issuecomment-716928594 | https://api.github.com/repos/pydata/xarray/issues/4541 | MDEyOklzc3VlQ29tbWVudDcxNjkyODU5NA== | max-sixty 5635139 | 2020-10-27T02:00:40Z | 2020-10-27T02:00:40Z | MEMBER |
Not at all, my mistake
👍 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Option to skip tests in `weighted()` 729980097 | |
| 716913449 | https://github.com/pydata/xarray/issues/4541#issuecomment-716913449 | https://api.github.com/repos/pydata/xarray/issues/4541 | MDEyOklzc3VlQ29tbWVudDcxNjkxMzQ0OQ== | max-sixty 5635139 | 2020-10-27T01:13:04Z | 2020-10-27T01:13:04Z | MEMBER | Sorry, I completely misunderstood! I thought you were asking about skipping tests as in pytest, hence my confusion. For sure re skipping those checks with dask arrays. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Option to skip tests in `weighted()` 729980097 | |
| 716908428 | https://github.com/pydata/xarray/issues/4541#issuecomment-716908428 | https://api.github.com/repos/pydata/xarray/issues/4541 | MDEyOklzc3VlQ29tbWVudDcxNjkwODQyOA== | max-sixty 5635139 | 2020-10-27T00:57:04Z | 2020-10-27T01:10:30Z | MEMBER | I don't have that much context on ~Could you help me understand in what context you're running the tests?~ ~IIRC we used to have |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Option to skip tests in `weighted()` 729980097 |
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