home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 328326916

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/pull/1517#issuecomment-328326916 https://api.github.com/repos/pydata/xarray/issues/1517 328326916 MDEyOklzc3VlQ29tbWVudDMyODMyNjkxNg== 1386642 2017-09-10T08:10:32Z 2017-09-10T08:11:19Z CONTRIBUTOR

Ok thanks. just so I understand you correctly, are you recommending something like this:

xarr_ghosted  =  apply_ufunc(partial(da.ghost.ghost, ...), xarr, dask='allowed',...)
fd_ghosted = apply_ufunc(finite_difference_func, xarr_ghosted, dask='parallelized',...)
fd   = apply_ufunc(partial(da.ghost.trim_internal, ...), fd_ghosted, dask='allowed')

Wouldn't xarray complain because the ghosted axes data would have different size than the corresponding coordinates?

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