We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1a4c7 commit d405552Copy full SHA for d405552
flox/aggregate_flox.py
@@ -4,6 +4,7 @@
4
5
from .xrutils import isnull
6
7
+
8
def _prepare_for_flox(group_idx, array):
9
"""
10
Sort the input array once to save time.
flox/core.py
@@ -13,13 +13,13 @@
13
import toolz as tlz
14
15
from . import xrdtypes
16
+from .aggregate_flox import _prepare_for_flox
17
from .aggregations import (
18
Aggregation,
19
_atleast_1d,
20
_initialize_aggregation,
21
generic_aggregate,
22
)
-from .aggregate_flox import _prepare_for_flox
23
from .cache import memoize
24
from .xrutils import is_duck_array, is_duck_dask_array, isnull
25
0 commit comments