home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 660209415

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/3245#issuecomment-660209415 https://api.github.com/repos/pydata/xarray/issues/3245 660209415 MDEyOklzc3VlQ29tbWVudDY2MDIwOTQxNQ== 2448579 2020-07-17T16:34:30Z 2020-07-17T16:34:30Z MEMBER

I am unsure about automatic coercion for .values. I think we've trained users to expect numpy arrays from .values so cupy raising an error is a little unfriendly. OTOH it'd be nice to have something that is equivalent to np.asarray(da.data) but maybe we can expect users who want that to just type it out.

But I think we should automatically coerce for .plot using da.as_numpy().data or something similar. We call .compute() on dask arrays anyway so it's consistent with that behaviour.

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