JuliaSymbolics/SymbolicUtils.jl

Incorrect broadcast semantics for symbolic arrays

baggepinnen opened this issue · 0 comments

The broadcast semantics for symbolic arrays appears incorrect, the following should result in three unique random numbers:

julia> collect(freeMotion.phi .=> 0.001 .* randn.())
3-element Vector{Pair{SymbolicUtils.BasicSymbolic{Real}, Float64}}:
 (freeMotion₊phi(t))[1] => -0.002044326749022461
 (freeMotion₊phi(t))[2] => -0.002044326749022461
 (freeMotion₊phi(t))[3] => -0.002044326749022461
julia> ones(3) .=> 0.001 .* randn.()
3-element Vector{Pair{Float64, Float64}}:
 1.0 => -0.0004816099930676256
 1.0 => -0.0026310360244916715
 1.0 => 0.0010972452067663496