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
I noticed that the axes function is exported in AxisArrays, but this is a Base function as well. I would like to know whether this was a deliberate choice or this is a bug?
julia> using AxisArrays
julia> A = AxisArray(rand(2), a=[1,2]);
julia> axes(A)
WARNING: both AxisArrays and Base export "axes"; uses of it in module Main must be qualified
The text was updated successfully, but these errors were encountered:
I noticed that the
axes
function is exported in AxisArrays, but this is a Base function as well. I would like to know whether this was a deliberate choice or this is a bug?The text was updated successfully, but these errors were encountered: