Skip to content

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

@DanielVandH

Description

@DanielVandH

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions