JuliaIntervals / TaylorModels.jl

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

Adapting changes in TI (PR 152 and 156) #142

Closed lbenet closed 1 year ago

lbenet commented 1 year ago

There are some broken tests, related to changes by https://github.com/JuliaDiff/TaylorSeries.jl/pull/312. I'll address separately, so I'm merging this...

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4125146462


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/validatedODEs.jl 0 236 0.0%
<!-- Total: 0 236 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/promotion.jl 2 0%
src/show.jl 13 0%
src/recipe.jl 32 0%
src/integration.jl 38 0%
src/auxiliary.jl 41 0%
src/evaluate.jl 42 0%
src/constructors.jl 43 0%
src/rpa_functions.jl 124 0%
src/arithmetic.jl 140 0%
src/bounds.jl 195 0%
<!-- Total: 972 -->
Totals Coverage Status
Change from base Build 3330919690: -65.08%
Covered Lines: 1
Relevant Lines: 1761

💛 - Coveralls