home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 517989768

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/3137#issuecomment-517989768 https://api.github.com/repos/pydata/xarray/issues/3137 517989768 MDEyOklzc3VlQ29tbWVudDUxNzk4OTc2OA== 32473508 2019-08-04T09:59:21Z 2019-08-04T09:59:21Z CONTRIBUTOR

The case also arises if coords are float16. e.g.

data_values = np.arange(4) coord_values_16 = np.asarray(float_values, dtype='float16') array_16 = DataArray(data_values, [('float16_coord', coord_values_16)]) array_16.sel(float16_coord=float_values[1:3])

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