Method
reduce
(
self,
func: Callable[..., Any],
dim: Dims = None,
*,
axis: int | Sequence[int] | None = None,
keep_attrs: bool | None = None,
keepdims: bool = False,
**kwargs: Any,
)
Source from the content-addressed store, hash-verified
| 3704 | _obj: Dataset |
| 3705 | |
| 3706 | def reduce( |
| 3707 | self, |
| 3708 | func: Callable[..., Any], |
| 3709 | dim: Dims = None, |
| 3710 | *, |
| 3711 | axis: int | Sequence[int] | None = None, |
| 3712 | keep_attrs: bool | None = None, |
| 3713 | keepdims: bool = False, |
| 3714 | **kwargs: Any, |
| 3715 | ) -> Dataset: |
| 3716 | raise NotImplementedError() |
| 3717 | |
| 3718 | def _flox_reduce( |
| 3719 | self, |
Tested by
no test coverage detected