You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.Dagger.jl/src/array/darray.jl
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.
The text was updated successfully, but these errors were encountered: