-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
broadcast(==
produces Vector{Real} and not Vector{Bool}
#19218
Comments
This is mostly a duplicate of #17623; the One difficulty with returning One option is to always return a |
Is this not also some promotion issue? It works with
|
@mauro3, ah right, I didn't notice the |
broadcast(==
produces Vector{Real} and not Vector{Bool}
The |
I think this can be closed now: as of #17623, |
should add tests for that, if there aren't any yet |
Shouldn't both return the same type? Preferably a
BitArray
.The text was updated successfully, but these errors were encountered: