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 4ea3997 commit 2cb066cCopy full SHA for 2cb066c
cfapyx/wrappers.py
@@ -9,10 +9,10 @@
9
import dask.array as da
10
import numpy as np
11
from arraypartition import ArrayLike, ArrayPartition
12
-from arraypartition.partition import (combine_slices,
13
- get_chunk_extent, get_chunk_positions,
14
- get_chunk_shape, get_chunk_space, get_dask_chunks,
15
- normalize_partition_chunks)
+from arraypartition.partition import (combine_slices, get_chunk_extent,
+ get_chunk_positions, get_chunk_shape,
+ get_chunk_space, get_dask_chunks,
+ normalize_partition_chunks)
16
from dask.array.core import getter
17
from dask.array.reductions import numel
18
from dask.base import tokenize
0 commit comments