issue_comments: 906092175
This data as json
| html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://github.com/pydata/xarray/pull/5571#issuecomment-906092175 | https://api.github.com/repos/pydata/xarray/issues/5571 | 906092175 | IC_kwDOAMm_X842Ad6P | 14371165 | 2021-08-26T04:50:04Z | 2021-08-26T04:50:04Z | MEMBER | ```python __ [doctest] xarray.core.typed_ops.DataArrayOpsMixin.round ___ EXAMPLE LOCATION UNKNOWN, not showing all tests of that example ??? >>> np.around([0.37, 1.64]) Expected: array([0., 2.]) Got: array([0., 2.]) /home/runner/work/xarray/xarray/xarray/core/_typed_ops.py:None: DocTestFailure ``` The expected had 2 spaces after the comma for some reason. I think the actual output makes more sense now so I think it's fine to just accept this difference and change the expected output. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
936313924 |