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 e5a60c0 commit 3d972f7Copy full SHA for 3d972f7
flox/aggregate_flox.py
@@ -1,12 +1,11 @@
1
from functools import partial
2
3
+import cupy as cp
4
+import cupyx
5
import numpy as np
6
7
from .xrutils import isnull
8
-import cupy as cp
-import cupyx
9
-
10
cupy_array_type = (cp.ndarray,)
11
12
cupy_ops = {
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