home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 373871784

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/1995#issuecomment-373871784 https://api.github.com/repos/pydata/xarray/issues/1995 373871784 MDEyOklzc3VlQ29tbWVudDM3Mzg3MTc4NA== 1217238 2018-03-16T23:32:07Z 2018-03-16T23:32:07Z MEMBER

Modify apply_ufunc: remove the check that the input_core_dims must not be chunked add parameter output_chunks

My main concern is ensuring that someone does not inadvertently apply a function not designed for multiple chunks to dask arrays. For example, suppose the function being applied is np.median.

Some loud flag that makes it very obvious what's going on seems like a good idea, e.g., possibly_chunked_core_dims=['x']?

Then we also need some sort of guarantee that chunked core dimensions aren't entirely removed, or else xarray/dask won't know how to stack them back up. I guess we could check to make sure that at least as many output core dimensions appear as appear in inputs cor edimensions?

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