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
julia> t = ComponentArray(a = [1, 2], b = [3, 4])
ComponentVector{Int64}(a = [1, 2], b = [3, 4])
julia> findall(<(2), t)
ERROR: MethodError: Cannot `convert` an object of type Int64 to an object of type Symbol
The text was updated successfully, but these errors were encountered:
Is this expected behavior?
It's causing some annoying bugs for me.
The text was updated successfully, but these errors were encountered: