issue_comments
6 rows where issue = 1690019325 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Start making unit testing more general · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1537132014 | https://github.com/pydata/xarray/pull/7799#issuecomment-1537132014 | https://api.github.com/repos/pydata/xarray/issues/7799 | IC_kwDOAMm_X85bnsXu | dstansby 6197628 | 2023-05-06T12:30:03Z | 2023-05-06T12:30:03Z | CONTRIBUTOR | I think this is good for review now? There's plenty of tests lower down the file that can be generalised using the new framework I've introduced, but I think worth leaving that to another PR to make this one easier to review. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Start making unit testing more general 1690019325 | |
1530111638 | https://github.com/pydata/xarray/pull/7799#issuecomment-1530111638 | https://api.github.com/repos/pydata/xarray/issues/7799 | IC_kwDOAMm_X85bM6aW | TomNicholas 35968931 | 2023-05-01T19:30:05Z | 2023-05-01T19:30:05Z | MEMBER |
No worries! :grin:
I think generally yes they are, I agree.
Any work that helps generalise xarray's support of units beyond specifically just pint is going to be useful! My main point to draw your attention to is the idea that eventually, one-day, it would be nice to move all array-library specific testing out of the xarray core repo in favour of an approach similar to that proposed in #6894.
This is also true. Maybe that means for example the base class you are writing here has a long-term future as an optional part of xarray's testing framework in #6894, specifically for use when testing units libraries? Just thinking out loud |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Start making unit testing more general 1690019325 | |
1529920573 | https://github.com/pydata/xarray/pull/7799#issuecomment-1529920573 | https://api.github.com/repos/pydata/xarray/issues/7799 | IC_kwDOAMm_X85bMLw9 | dstansby 6197628 | 2023-05-01T16:26:31Z | 2023-05-01T16:26:31Z | CONTRIBUTOR | I was not aware of https://github.com/pydata/xarray/issues/6894, which is definitely my bad for not searching properley before setting off 😄 It looks like the changes I'm proposing here are probably orthogonal to work in https://github.com/pydata/xarray/issues/6894 though? The new tests added in #6894 still use Anyway, definitely agree that it would be good to have the end goal in mind here. Not sure if I'll be able to find time for a synchronous discussion, but happy for others to do that and report back, or happy to chat async somewhere that isn't a github issue if that would be helpful. |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 1, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Start making unit testing more general 1690019325 | |
1529877407 | https://github.com/pydata/xarray/pull/7799#issuecomment-1529877407 | https://api.github.com/repos/pydata/xarray/issues/7799 | IC_kwDOAMm_X85bMBOf | dcherian 2448579 | 2023-05-01T16:00:25Z | 2023-05-01T16:00:25Z | MEMBER | In general I think it would be fine to merge incremental changes. It may be good to schedule a quick 30 minute chat to sync up ideas here. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Start making unit testing more general 1690019325 | |
1529775846 | https://github.com/pydata/xarray/pull/7799#issuecomment-1529775846 | https://api.github.com/repos/pydata/xarray/issues/7799 | IC_kwDOAMm_X85bLobm | TomNicholas 35968931 | 2023-05-01T14:28:24Z | 2023-05-01T14:28:24Z | MEMBER | Hi @dstansby, thanks for taking initiative on this! Supporting other units-aware packages would be awesome. Are you aware of our efforts around https://github.com/pydata/xarray/issues/6894? The idea there was to create a general framework for downstream testing of duck-array libraries, including any implementations of units. I think the ideas you are proposing here are useful and important, but we should probably discuss what we want the end state of duck-array test suites to look like. cc @keewis |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Start making unit testing more general 1690019325 | |
1529099827 | https://github.com/pydata/xarray/pull/7799#issuecomment-1529099827 | https://api.github.com/repos/pydata/xarray/issues/7799 | IC_kwDOAMm_X85bJDYz | welcome[bot] 30606887 | 2023-04-30T18:04:54Z | 2023-04-30T18:04:54Z | NONE | Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient. If you have questions, some answers may be found in our contributing guidelines. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Start making unit testing more general 1690019325 |
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 4