issue_comments
4 rows where author_association = "MEMBER" and issue = 773750763 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- xr.testing.assert_equal does not test for dtype · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 751843789 | https://github.com/pydata/xarray/issues/4727#issuecomment-751843789 | https://api.github.com/repos/pydata/xarray/issues/4727 | MDEyOklzc3VlQ29tbWVudDc1MTg0Mzc4OQ== | max-sixty 5635139 | 2020-12-28T19:50:17Z | 2020-12-28T19:50:17Z | MEMBER | I agree with @toddrjen that the words of I would suggest we either:
- Fail on different dtypes in 0.17
- If there are lots of breaks / downstream libraries that may break: add a Happy to help on this! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xr.testing.assert_equal does not test for dtype 773750763 | |
| 750926206 | https://github.com/pydata/xarray/issues/4727#issuecomment-750926206 | https://api.github.com/repos/pydata/xarray/issues/4727 | MDEyOklzc3VlQ29tbWVudDc1MDkyNjIwNg== | mathause 10194086 | 2020-12-24T16:51:42Z | 2020-12-24T19:28:23Z | MEMBER | There seems to be a subtle difference between comparing
while Thus once we compare ```python import xarray as xr air = xr.tutorial.open_dataset("air_temperature") type(air._variables["lat"]) xarray.core.variable.IndexVariabletype(air.air.coords["lat"]) xarray.core.dataarray.DataArray``` edit: typo |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xr.testing.assert_equal does not test for dtype 773750763 | |
| 750386723 | https://github.com/pydata/xarray/issues/4727#issuecomment-750386723 | https://api.github.com/repos/pydata/xarray/issues/4727 | MDEyOklzc3VlQ29tbWVudDc1MDM4NjcyMw== | keewis 14808389 | 2020-12-23T16:56:11Z | 2020-12-23T17:04:12Z | MEMBER | this has come up in https://github.com/pydata/xarray/pull/3706#issuecomment-583259053 before. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xr.testing.assert_equal does not test for dtype 773750763 | |
| 750354606 | https://github.com/pydata/xarray/issues/4727#issuecomment-750354606 | https://api.github.com/repos/pydata/xarray/issues/4727 | MDEyOklzc3VlQ29tbWVudDc1MDM1NDYwNg== | dcherian 2448579 | 2020-12-23T15:40:07Z | 2020-12-23T15:40:07Z | MEMBER | +1 on adding It could be default |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xr.testing.assert_equal does not test for dtype 773750763 |
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