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
julia> x = [rand(3) for _=1:0]
Vector{Float64}[]
julia> a = Align(x, 1);
julia> size(a)
ERROR: BoundsError: attempt to access 0-element Vector{Vector{Float64}} at index [1]
[...]
julia> a
Error showing value of type Align{Float64, 2, Vector{Vector{Float64}}, Tuple{True, False}}:
ERROR: BoundsError: attempt to access 0-element Vector{Vector{Float64}} at index [1]
[...]
Should probably fail at construction instead.
(similar to #25, which I think should already be closed?)
The text was updated successfully, but these errors were encountered:
Should probably fail at construction instead.
(similar to #25, which I think should already be closed?)
The text was updated successfully, but these errors were encountered: