JuliaDiff / DualNumbers.jl

Julia package for representing dual numbers and for performing dual algebra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erf function broken in julia Nightly

rcalxrc08 opened this issue · comments

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

Fixed by #65.