Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComponentArray errors with findall #255

Open
pdeffebach opened this issue Mar 26, 2024 · 0 comments
Open

ComponentArray errors with findall #255

pdeffebach opened this issue Mar 26, 2024 · 0 comments

Comments

@pdeffebach
Copy link

Is this expected behavior?

It's causing some annoying bugs for me.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant