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 1a5c4e1 commit ef76bd4Copy full SHA for ef76bd4
arraypartition/__init__.py
@@ -2,11 +2,4 @@
2
ArrayLike,
3
SuperLazyArrayLike,
4
ArrayPartition,
5
- get_chunk_extent,
6
- get_chunk_positions,
7
- get_chunk_shape,
8
- get_chunk_space,
9
- get_dask_chunks,
10
- combine_slices,
11
- normalize_partition_chunks
12
)
arraypartition/tests/test_consistency.py
@@ -4,7 +4,10 @@ def test_core(self):
from arraypartition import (
- ArrayPartition,
+ ArrayPartition
+ )
+
+ from arraypartition.partition import (
get_chunk_space,
get_chunk_shape,
13
get_chunk_positions,
0 commit comments