Skip to content

Commit

Permalink
Update _statistical_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Aug 22, 2024
1 parent 71d4876 commit 32433b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xarray/namedarray/_array_api/_statistical_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def prod(
/,
*,
dims: _Dims | Default = _default,
dtype: _DType | None = None,
keepdims: bool = False,
axis: _AxisLike | None = None,
) -> NamedArray[Any, _DType]:
Expand Down Expand Up @@ -199,6 +200,7 @@ def sum(
/,
*,
dims: _Dims | Default = _default,
dtype: _DType | None = None,
keepdims: bool = False,
axis: _AxisLike | None = None,
) -> NamedArray[Any, _DType]:
Expand Down

0 comments on commit 32433b4

Please sign in to comment.