JuliaIntervals / TaylorModels.jl

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

Add some functionality for integration #13

Closed lbenet closed 6 years ago

lbenet commented 6 years ago

I don't understand travis tests here; everything runs fine locally...

lbenet commented 6 years ago

Tests are broken because I am using a method of roots (from IntervalRootFinding.jl) which is not yet merged (nor tagged); see https://github.com/JuliaIntervals/IntervalRootFinding.jl/pull/65. One that is merged/tagged, I'll check if tests through the same strange error related to reexport.

lbenet commented 6 years ago

Merging, despite of the fact that tests are not passing; recent changes in IntervalRootFinding are needed.