issue_comments
20 rows where author_association = "MEMBER" and issue = 818059250 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Automatic duck array testing - reductions · 20 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1216662525 | https://github.com/pydata/xarray/pull/4972#issuecomment-1216662525 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IhMv9 | TomNicholas 35968931 | 2022-08-16T13:47:05Z | 2022-08-16T13:47:05Z | MEMBER |
I think they already do shrink well. Each of them has corresponding unit tests, and none of those tests fail due to hypothesis timeouts. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1216441506 | https://github.com/pydata/xarray/pull/4972#issuecomment-1216441506 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IgWyi | keewis 14808389 | 2022-08-16T10:16:30Z | 2022-08-16T10:16:30Z | MEMBER |
I actually think it should be the other way around: if we can get the strategies from #6908 to shrink well, we might be able to fix the occasional test timeouts here (which should be one of the final issues we have before we can merge this). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1212138021 | https://github.com/pydata/xarray/pull/4972#issuecomment-1212138021 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IP8Il | TomNicholas 35968931 | 2022-08-11T15:21:17Z | 2022-08-11T15:21:17Z | MEMBER |
So I may actually have overexcitedly already jumped the gun and made a PR to move strategies to
Good point. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1211580601 | https://github.com/pydata/xarray/pull/4972#issuecomment-1211580601 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IN0C5 | TomNicholas 35968931 | 2022-08-11T06:00:29Z | 2022-08-11T06:00:29Z | MEMBER |
Another Q on a similar note: Are we planning to eventually publicly expose the (awesome btw) strategies that you've built here @keewis ? They could be very useful for testing other parts of xarray. We could also make this PR much more incremental by splitting it into 2, or even 3 separate PRs:
1) strategies, to live somewhere like The advantage of that would be that (1) & (2) can move forwards without requiring all the tests in (3) to pass. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1209719906 | https://github.com/pydata/xarray/pull/4972#issuecomment-1209719906 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IGtxi | TomNicholas 35968931 | 2022-08-09T18:20:25Z | 2022-08-09T18:22:35Z | MEMBER | Q: Shouldn't the base classes live in Then the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1208462500 | https://github.com/pydata/xarray/pull/4972#issuecomment-1208462500 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IB6yk | TomNicholas 35968931 | 2022-08-08T18:26:33Z | 2022-08-08T18:26:33Z | MEMBER | See https://github.com/pydata/xarray/issues/6894 for general discussion of the general plans |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1208349577 | https://github.com/pydata/xarray/pull/4972#issuecomment-1208349577 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IBfOJ | keewis 14808389 | 2022-08-08T16:33:43Z | 2022-08-08T17:00:26Z | MEMBER | I started with The idea is to do something like It definitely doesn't feel very polished at the moment, but hopefully we can figure out a way to fix that (and then we can also hopefully figure out a good way to document this). Edit: also, let's discuss the general plans in a new issue |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1208311997 | https://github.com/pydata/xarray/pull/4972#issuecomment-1208311997 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IBWC9 | TomNicholas 35968931 | 2022-08-08T16:00:01Z | 2022-08-08T16:00:01Z | MEMBER | I'm watching the progress of this PR with bated breath! I literally want to be able to test 3 different array libraries right now: pint, cubed, and awkward. :exploding_head: Thinking about the complexity of testing like this in general I have a bunch of follow-up questions for future PRs though, e.g: 1) Shouldn't we start with some very simple tests that first check if the correct properties are defined on the wrapped array class, i.e. Should I therefore make a separate issue to specifically track how we test (and expose test frameworks for) duck array wrapping? (So we can discuss these questions there?) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1208285136 | https://github.com/pydata/xarray/pull/4972#issuecomment-1208285136 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85IBPfQ | keewis 14808389 | 2022-08-08T15:35:05Z | 2022-08-08T15:35:27Z | MEMBER | xref pydata/sparse#555 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1204086247 | https://github.com/pydata/xarray/pull/4972#issuecomment-1204086247 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85HxOXn | dcherian 2448579 | 2022-08-03T15:15:34Z | 2022-08-03T15:15:34Z | MEMBER |
Sounds good to me! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1203850549 | https://github.com/pydata/xarray/pull/4972#issuecomment-1203850549 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85HwU01 | keewis 14808389 | 2022-08-03T11:53:22Z | 2022-08-03T11:53:22Z | MEMBER | the remaining failures for I also wonder whether we should have a separate job for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1192996302 | https://github.com/pydata/xarray/pull/4972#issuecomment-1192996302 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85HG63O | dcherian 2448579 | 2022-07-22T23:10:11Z | 2022-07-23T02:09:12Z | MEMBER |
Sparse doesn't support float16 ~The remaining local failure is https://github.com/pydata/xarray/issues/6817 (perhaps we should run numpy tests too ;) )~ Failure is https://github.com/pydata/sparse/issues/553 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
1188483366 | https://github.com/pydata/xarray/pull/4972#issuecomment-1188483366 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X85G1tEm | TomNicholas 35968931 | 2022-07-19T01:03:23Z | 2022-07-19T01:03:23Z | MEMBER |
Yeah we now have another array type to consider testing, so I'm also in favour of merging now with passing tests for pint, and un-xfailing tests for other array types (i.e. sparse) in a later PR. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
977446461 | https://github.com/pydata/xarray/pull/4972#issuecomment-977446461 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X846QqY9 | dcherian 2448579 | 2021-11-24T02:44:00Z | 2021-11-24T02:44:00Z | MEMBER |
Can we xfail these new tests and merge for now? As long as |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
899105279 | https://github.com/pydata/xarray/pull/4972#issuecomment-899105279 | https://api.github.com/repos/pydata/xarray/issues/4972 | IC_kwDOAMm_X841l0H_ | keewis 14808389 | 2021-08-15T20:25:08Z | 2021-08-15T20:25:08Z | MEMBER | The
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
825834926 | https://github.com/pydata/xarray/pull/4972#issuecomment-825834926 | https://api.github.com/repos/pydata/xarray/issues/4972 | MDEyOklzc3VlQ29tbWVudDgyNTgzNDkyNg== | keewis 14808389 | 2021-04-23T18:15:33Z | 2021-04-23T18:15:33Z | MEMBER | ping @shoyer, I'm mostly done with cleaning up the code. @Zac-HD, could I ask for another review? I think I applied most of your suggestions but I'm sure I missed something. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
816994501 | https://github.com/pydata/xarray/pull/4972#issuecomment-816994501 | https://api.github.com/repos/pydata/xarray/issues/4972 | MDEyOklzc3VlQ29tbWVudDgxNjk5NDUwMQ== | keewis 14808389 | 2021-04-09T22:01:01Z | 2021-04-09T22:01:44Z | MEMBER | @shoyer, I finally found This will most probably be a little bit easier to implement and maintain, and allow much more control, although |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
808739976 | https://github.com/pydata/xarray/pull/4972#issuecomment-808739976 | https://api.github.com/repos/pydata/xarray/issues/4972 | MDEyOklzc3VlQ29tbWVudDgwODczOTk3Ng== | keewis 14808389 | 2021-03-27T14:16:40Z | 2021-03-28T20:36:09Z | MEMBER | For more context, the main idea is to provide a generic and cheap way to check the compatibility of any duckarray (including nested duckarrays) with I'm considering Thanks for hints 2 and 3, I'm still not quite used to the concepts of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
808414458 | https://github.com/pydata/xarray/pull/4972#issuecomment-808414458 | https://api.github.com/repos/pydata/xarray/issues/4972 | MDEyOklzc3VlQ29tbWVudDgwODQxNDQ1OA== | keewis 14808389 | 2021-03-26T18:00:27Z | 2021-03-26T18:54:23Z | MEMBER | @Zac-HD, would you have any advice for something like this? Edit: this is a initial draft using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 | |
800366523 | https://github.com/pydata/xarray/pull/4972#issuecomment-800366523 | https://api.github.com/repos/pydata/xarray/issues/4972 | MDEyOklzc3VlQ29tbWVudDgwMDM2NjUyMw== | keewis 14808389 | 2021-03-16T15:32:08Z | 2021-03-26T18:00:22Z | MEMBER | @shoyer: I asked about this in pytest-dev/pytest#8450, but it seems we are on our own here. The recommendation was to use inheritance, but that currently breaks I wonder if using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Automatic duck array testing - reductions 818059250 |
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 3