JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

TaylorSeries `numtype` and failing tests #128

Closed lbenet closed 2 years ago

lbenet commented 2 years ago

In https://github.com/JuliaDiff/TaylorSeries.jl/pull/289, the behavior of eltype is changed for Taylor1 and TaylorN; see https://github.com/JuliaDiff/TaylorSeries.jl/issues/224. The old behavior is obtained by using numtype (which in TaylorSeries.jl is not exported); something similar was done in https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/496.

That change in TaylorSeries makes some tests to fail in TayloModels.jl.