home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 527246512

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/issues/3241#issuecomment-527246512 https://api.github.com/repos/pydata/xarray/issues/3241 527246512 MDEyOklzc3VlQ29tbWVudDUyNzI0NjUxMg== 14808389 2019-09-02T21:36:22Z 2019-09-02T22:18:36Z MEMBER

now that I hit this issue using the example from #3238 again, this seems to be a bug in xarray. For reference, this is the mentioned example that fails even with a pint version with __array_function__: ```python

xr.DataArray(data=np.arange(10).astype(int) * ureg.m).median() <xarray.DataArray ()> <Quantity(4.5, 'meter')> xr.DataArray(data=np.arange(10).astype(float) * ureg.m).median() <xarray.DataArray ()> array(4.5) ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  484097190
Powered by Datasette · Queries took 0.548ms · About: xarray-datasette