Hi,
i am getting the following error when running some test on the latest julia nightly:
Error During Test
Test threw an exception of type MethodError
MethodError: no method matching erf(::DualNumbers.Dual{Float64})
You may have intended to import Base.erf
Closest candidates are:
erf(::Complex{Float32}) at /home/travis/.julia/v0.7/SpecialFunctions/src/erf.jl:26
erf(::Complex{Float64}) at /home/travis/.julia/v0.7/SpecialFunctions/src/erf.jl:25
erf(::BigFloat) at /home/travis/.julia/v0.7/SpecialFunctions/src/erf.jl:14
the julia version is the following:
Julia Version 0.7.0-DEV.1063
on the previous version of julia-nightly i had no problem
Hi, i am getting the following error when running some test on the latest julia nightly: Error During Test Test threw an exception of type MethodError MethodError: no method matching erf(::DualNumbers.Dual{Float64}) You may have intended to import Base.erf Closest candidates are: erf(::Complex{Float32}) at /home/travis/.julia/v0.7/SpecialFunctions/src/erf.jl:26 erf(::Complex{Float64}) at /home/travis/.julia/v0.7/SpecialFunctions/src/erf.jl:25 erf(::BigFloat) at /home/travis/.julia/v0.7/SpecialFunctions/src/erf.jl:14
the julia version is the following: Julia Version 0.7.0-DEV.1063 on the previous version of julia-nightly i had no problem