Open
Description
While looking for a way to flatten an DArray, I found mapchunks
, which looks perfectly suited for this job. Unfortunately it is currently buggy. Probably because there is no test for it.
Lines 387 to 393 in cec17a1
The DArray constructor used here does not exist any longer. There is a new argument - the partitioning - which need to be added.
- DArray{T,N,F}(d.domain, d.subdomains, chunks, d.concat)
+ DArray{T,N}(d.domain, d.subdomains, chunks, d.partitioning, d.concat)
Metadata
Metadata
Assignees
Labels
No labels