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
It looks like this is specifically only broken with matrices and higher-dimensional array components because of a missing method for _maybe_view_axis(::Any, ::ShapedAxis). Let me see if it's a pretty straightforward fix...
Would be convenient if this worked and returned a new ComponentArray with just the x and y components, ComponentArrays 0.15.11:
Fwiw this works with scalar components eg if
c = ComponentVector(x=2, y=3, z=4)
The text was updated successfully, but these errors were encountered: