home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 521492717

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/3215#issuecomment-521492717 https://api.github.com/repos/pydata/xarray/issues/3215 521492717 MDEyOklzc3VlQ29tbWVudDUyMTQ5MjcxNw== 1217238 2019-08-15T02:40:10Z 2019-08-15T02:40:10Z MEMBER

This is definitely due to NumPy 1.17 / __array_function__, which means that np.ravel now calls out to a dask function rather than coercing to NumPy.

I think the right fix is to add explicit casting to NumPy, e.g., np.ravel(np.asarray(array[indexer]))

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