JuliaIntervals / TaylorModels.jl

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

Adapt validated integration methods to new taylorize macro #133

Closed lbenet closed 2 years ago

lbenet commented 2 years ago

Ref: https://github.com/PerezHz/TaylorIntegration.jl/pull/137

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2190967066

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/evaluate.jl 0 2 0.0%
src/validatedODEs.jl 0 8 0.0%
<!-- Total: 0 10 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/validatedODEs.jl 4 0.0%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 1935624982: 18.1%
Covered Lines: 611
Relevant Lines: 1594

💛 - Coveralls
lbenet commented 2 years ago

Merging!