Skip to content

Commit

Permalink
another reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Nov 20, 2021
1 parent be33560 commit 0f94bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/core/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def reduce(
self,
func: Callable[..., Any],
dim: Union[None, Hashable, Sequence[Hashable]] = None,
*,
axis: Union[None, int, Sequence[int]] = None,
keep_attrs: bool = None,
keepdims: bool = False,
Expand Down

0 comments on commit 0f94bec

Please sign in to comment.