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'm trying to assign values using intervals, but get an error. Is this a bug?
julia> B =AxisArray(randn(3,2))
julia> B[row=1..2, col=2] = [0.2, 0.3]
UndefVarError:`..` not defined
top-level scope@[Local:1](http://localhost:1234/edit?id=4a47ab24-2408-11ee-1558-2b8ee5dbdb82#)[inlined]
The text was updated successfully, but these errors were encountered:
I'm trying to assign values using intervals, but get an error. Is this a bug?
The text was updated successfully, but these errors were encountered: