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
but with multi-dimensional indexing an error is returned:
julia> a[:,2]
4-element view(::DArray{Int64,2,Array{Int64,2}}, :, 2) with eltype Int64:
Error showing value of type SubArray{Int64,1,DArray{Int64,2,Array{Int64,2}},Tuple{Base.Slice{Base.OneTo{Int64}},Int64},false}:
ERROR: invoke: argument type error
I'm running Julia v1.1.0 and DistributedArrays v0.6.0.
The text was updated successfully, but these errors were encountered:
If I define a DArray, say
then its values can be retrieved with one-dimensional indexing
but with multi-dimensional indexing an error is returned:
I'm running Julia v1.1.0 and DistributedArrays v0.6.0.
The text was updated successfully, but these errors were encountered: