Closed
Description
It looks like AA redefines cat
on basic Vector types:
julia> using AxisArrays
julia> ll = Array{Array{Symbol,1},1}()
0-element Array{Array{Symbol,1},1}
julia> cat(ll..., dims=1)
ERROR: BoundsError: attempt to access ()
at index [1]
Stacktrace:
[1] getindex(::Tuple{}, ::Int64) at ./tuple.jl:24
[2] _cat at /home/pablo/.julia/packages/AxisArrays/G6pZY/src/combine.jl:20 [inlined]
[3] #cat#44(::Int64, ::Function) at /home/pablo/.julia/packages/AxisArrays/G6pZY/src/combine.jl:16
[4] (::getfield(Base, Symbol("#kw##cat")))(::NamedTuple{(:dims,),Tuple{Int64}}, ::typeof(cat)) at ./none:0
[5] top-level scope at none:0
Metadata
Metadata
Assignees
Labels
No labels