home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 252548859

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
252548859 MDU6SXNzdWUyNTI1NDg4NTk= 1524 (trivial) xarray.quantile silently resolves dask arrays 6213168 closed 0     9 2017-08-24T09:54:11Z 2019-07-23T00:18:06Z 2017-08-28T17:31:57Z MEMBER      

In variable.py, line 1116, you're missing a raise statement:

if isinstance(self.data, dask_array_type): TypeError("quantile does not work for arrays stored as dask " "arrays. Load the data via .compute() or .load() prior " "to calling this method.")

Currently looking into extending dask.percentile() to support more than 1D arrays, and then use it in xarray too.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1524/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 3 rows from issues_id in issues_labels
  • 9 rows from issue in issue_comments
Powered by Datasette · Queries took 0.509ms · About: xarray-datasette