Skip to content

Commit fb53121

Browse files
committed
include asyncarray cdata_shape in test
1 parent 61edfa8 commit fb53121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,7 @@ def test_chunk_grid_shape(
19181918
shard_grid_shape = tuple(ceildiv(a, b) for a, b in zip(array_shape, _shard_shape, strict=True))
19191919
assert arr.chunk_grid_shape == chunk_grid_shape
19201920
assert arr.cdata_shape == chunk_grid_shape
1921+
assert arr._async_array.cdata_shape == chunk_grid_shape
19211922
assert arr.shard_grid_shape == shard_grid_shape
19221923
assert arr.nshards == np.prod(shard_grid_shape)
19231924

0 commit comments

Comments
 (0)