issue_comments
7 rows where issue = 577425749 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, updated_at (date)
issue 1
- provide a error summary for assert_allclose · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 634811793 | https://github.com/pydata/xarray/pull/3847#issuecomment-634811793 | https://api.github.com/repos/pydata/xarray/issues/3847 | MDEyOklzc3VlQ29tbWVudDYzNDgxMTc5Mw== | dcherian 2448579 | 2020-05-27T17:14:17Z | 2020-05-27T17:14:17Z | MEMBER | How about we call This compute was happening in previous versions anyway (because |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
provide a error summary for assert_allclose 577425749 | |
| 628198836 | https://github.com/pydata/xarray/pull/3847#issuecomment-628198836 | https://api.github.com/repos/pydata/xarray/issues/3847 | MDEyOklzc3VlQ29tbWVudDYyODE5ODgzNg== | dcherian 2448579 | 2020-05-13T19:28:42Z | 2020-05-13T19:28:42Z | MEMBER |
Sounds good to me. It's only 1.5 months away |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
provide a error summary for assert_allclose 577425749 | |
| 628090382 | https://github.com/pydata/xarray/pull/3847#issuecomment-628090382 | https://api.github.com/repos/pydata/xarray/issues/3847 | MDEyOklzc3VlQ29tbWVudDYyODA5MDM4Mg== | dcherian 2448579 | 2020-05-13T16:07:03Z | 2020-05-13T16:07:03Z | MEMBER | this comment: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
provide a error summary for assert_allclose 577425749 | |
| 628076804 | https://github.com/pydata/xarray/pull/3847#issuecomment-628076804 | https://api.github.com/repos/pydata/xarray/issues/3847 | MDEyOklzc3VlQ29tbWVudDYyODA3NjgwNA== | dcherian 2448579 | 2020-05-13T15:44:10Z | 2020-05-13T15:44:10Z | MEMBER | example failure: ``` ___ test_reduce[None-True-var-True-bool_-1] ______ dim_num = 1, dtype = <class 'numpy.bool_'>, dask = True, func = 'var' skipna = True, aggdim = None
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
provide a error summary for assert_allclose 577425749 | |
| 625885180 | https://github.com/pydata/xarray/pull/3847#issuecomment-625885180 | https://api.github.com/repos/pydata/xarray/issues/3847 | MDEyOklzc3VlQ29tbWVudDYyNTg4NTE4MA== | dcherian 2448579 | 2020-05-08T15:58:59Z | 2020-05-13T15:36:41Z | MEMBER | I'm confused here. What did you change to trigger this error? ALL WRONG: ~We could call ~At that point, we need to compare actual values. I'm not sure that dask exits EDIT: ignore this. We can't compute because it might blow memory. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
provide a error summary for assert_allclose 577425749 | |
| 601321231 | https://github.com/pydata/xarray/pull/3847#issuecomment-601321231 | https://api.github.com/repos/pydata/xarray/issues/3847 | MDEyOklzc3VlQ29tbWVudDYwMTMyMTIzMQ== | dcherian 2448579 | 2020-03-19T17:43:36Z | 2020-03-19T17:43:36Z | MEMBER | Our minimum versions policy allows us to bump dask. So let's do that?
New features? It is public API and is a very nice enhancement. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
provide a error summary for assert_allclose 577425749 | |
| 596374204 | https://github.com/pydata/xarray/pull/3847#issuecomment-596374204 | https://api.github.com/repos/pydata/xarray/issues/3847 | MDEyOklzc3VlQ29tbWVudDU5NjM3NDIwNA== | dcherian 2448579 | 2020-03-09T07:39:31Z | 2020-03-09T07:39:31Z | MEMBER | Let's mark those as xfail then? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
provide a error summary for assert_allclose 577425749 |
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