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
This seems fine, although the error message is a bit odd:
oa = OffsetArray(1:4,1)
axes(oa .+ 1) # (2:5)
oa .+ (1:4) #
DimensionMismatch("arrays could not be broadcast to a common size; got a dimension with lengths 4 and 4")
This seems fine, although the error message is a bit odd:
But:
I would expect
oa_axes
to behaves likeoa
in broadcasting.The text was updated successfully, but these errors were encountered: