home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 883754891

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/5603#issuecomment-883754891 https://api.github.com/repos/pydata/xarray/issues/5603 883754891 IC_kwDOAMm_X840rQeL 223250 2021-07-20T22:48:21Z 2021-07-20T22:48:21Z CONTRIBUTOR

The code also introduces a problem, the following no longer works: xr.DataArray([1, 2, 3], coords=dict(x=[1, 1, 1])).rolling(x=3).mean() thus you may have to use isel instead of sel if possible. Therefore I was also unable to test the following (from #2007 (comment)):

monthly.pad(month=n_months, mode="wrap").rolling(center=True, month=n_months, pad=False).mean(skipna=False)

Fixed and added a test for this. The example at the bottom now works.

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