We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51a34d commit 88e28d3Copy full SHA for 88e28d3
flox/core.py
@@ -1353,7 +1353,7 @@ def groupby_reduce(
1353
min_count: int | None = None,
1354
split_out: int = 1,
1355
method: str = "map-reduce",
1356
- engine: str = "flox",
+ engine: str = "numpy",
1357
reindex: bool | None = None,
1358
finalize_kwargs: Mapping | None = None,
1359
) -> tuple[DaskArray, np.ndarray | DaskArray]:
flox/xarray.py
@@ -61,7 +61,7 @@ def xarray_reduce(
61
62
fill_value=None,
63
64
65
keep_attrs: bool | None = True,
66
skipna: bool | None = None,
67
0 commit comments