We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03455f3 commit 689db10Copy full SHA for 689db10
1 file changed
cubed/core/ops.py
@@ -591,7 +591,7 @@ def merged_chunk_len_for_indexer(ia, c):
591
# empty output case
592
from cubed.array_api.creation_functions import empty
593
594
- out = empty(shape, dtype=x.dtype, spec=x.spec)
+ out = empty(shape, dtype=x.dtype, chunks=x.chunksize, spec=x.spec)
595
else:
596
dtype = x.dtype
597
chunks = tuple(
0 commit comments