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

Incorrect result with Apply(Vector/Array)(*, scalar, vector) #340

Open
DanielVandH opened this issue Jul 11, 2024 · 0 comments
Open

Incorrect result with Apply(Vector/Array)(*, scalar, vector) #340

DanielVandH opened this issue Jul 11, 2024 · 0 comments

Comments

@DanielVandH
Copy link
Contributor

Maybe this call doesn't really make much sense to do like this (what are the assumptions of the arguments into ApplyX?), but just something I saw:

julia> ApplyVector(*, 1.0, [1, 2])
(Float64) * (2-element Vector{Int64}):
   1.0
 #undef

julia> ApplyArray(*, 1.0, [1, 2])
(Float64) * (2-element Vector{Int64}):
   1.0
 #undef
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