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
Similar to #71.
However, if the result is still a ComponentArray, then the behaviour should be well defined and work with matrices and other types too.
This would also allow #71 to work with getdata(cv[KeepIndex([:a,:b])])
The text was updated successfully, but these errors were encountered:
@test ca[(:a,)] == ca[KeepIndex(:a)] # using setup near runtest.jl line 173
@test ca[[:a]] == ca[KeepIndex(:a)]
ca[()] #? what is an empty ComponentVector
Similar to #71.
However, if the result is still a ComponentArray, then the behaviour should be well defined and work with matrices and other types too.
This would also allow #71 to work with
getdata(cv[KeepIndex([:a,:b])])
The text was updated successfully, but these errors were encountered: