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
A =AxisArray(rand(5,3), 1:5, 2:4);
A[(A .<0.5)]; # works! awesome!
A[(A .<0.5).data]; # does not work :(
This example is pretty contrived-- the real problem in my real code is the thing that's causing my index to be of type BitArray rather than AxisArray, and that's my fault, but the error didn't help me debug.
This example is pretty contrived-- the real problem in my real code is the thing that's causing my index to be of type BitArray rather than AxisArray, and that's my fault, but the error didn't help me debug.
(checked on master, too)
The text was updated successfully, but these errors were encountered: