Indexing: Error During Test
Test threw an exception of type ErrorException
Expression: @inferred(D[1, 1, 1, :]) == @inferred(D[1, 1, 1, 1:1]) == @inferred(D[1, 1, 1, [1]]) == AxisArray([10], Axis{:dim_4}(Base.OneTo(1)))
return type AxisArrays.AxisArray{Int64,1,Array{Int64,1},Tuple{AxisArrays.Axis{:dim_4,Base.OneTo{Int64}}}} does not match inferred return type AxisArrays.AxisArray{Int64,1,Array{Int64,1},_} where _
There are others but this one is the simplest (found by running AxisArrays master tests on JuliaLang master).
There are others but this one is the simplest (found by running AxisArrays master tests on JuliaLang master).