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>using StructArrays
julia> v = [13; 2-1]
2×2 Matrix{Int64}:132-1
julia>StructArray{ComplexF64}(v, dims=1)
0-element StructArray(StructArray(), StructArray()) with eltype ComplexF64 with indices 1:0
It is probably best to error if types do not match.
The text was updated successfully, but these errors were encountered:
MWE:
It is probably best to error if types do not match.
The text was updated successfully, but these errors were encountered: