JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

reverse function on AxisArray object doesn't work properly #204

Open mrr00b00t opened 2 years ago

mrr00b00t commented 2 years ago

When we try to reverse an AxisArray object in dims=2, the column labels doesn't flip but the values do. When we try to flip with indexation, columns and values are flipped as we expected.

Here is how we reproduce it. image