Skip to content

Commit

Permalink
Revise (#9357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tao-VanJS authored Aug 14, 2024
1 parent ce211b8 commit 7cfad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ every 2 points along ``x`` dimension,
da.coarsen(time=7, x=2).mean()
:py:meth:`~xarray.DataArray.coarsen` raises an ``ValueError`` if the data
:py:meth:`~xarray.DataArray.coarsen` raises a ``ValueError`` if the data
length is not a multiple of the corresponding window size.
You can choose ``boundary='trim'`` or ``boundary='pad'`` options for trimming
the excess entries or padding ``nan`` to insufficient entries,
Expand Down

0 comments on commit 7cfad41

Please sign in to comment.