Unexpected TypeError: in Vararg, in type, expected Type, got Vararg{Union{Float64, AbstractArray}}
in Julia 1.9
#48950
Labels
bug
Indicates an unexpected problem or unintended behavior
regression
Regression in behavior compared to a previous version
Milestone
One of the tests of https://gitlab.kuleuven.be/ppw-okpiv/research/GradientDiffusion.jl/ fails in Julia 1.9-beta/rc1 with
ERROR: TypeError: in Vararg, in type, expected Type, got Vararg{Union{Float64, AbstractArray}}
. In Julia 1.8 it works without issues.This is a minimal working/failing example:
Output in Julia 1.8:
Output in Julia 1.9:
The example is reproducible in Windows and Linux.
i.e. of versioninfo():
The text was updated successfully, but these errors were encountered: