JuliaIntervals / TaylorModels.jl

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

Add TMSol #117

Closed lbenet closed 3 years ago

lbenet commented 3 years ago

This PR proposes the structure TMSol, which currently includes the returned values from the validated integration methods, and includes a recipe for plotting.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 886962309

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/recipe.jl 0 37 0.0%
<!-- Total: 0 37 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/bounds.jl 1 93.37%
src/evaluate.jl 1 86.96%
src/show.jl 1 81.25%
src/Taylor1/draw.jl 1 0.0%
src/auxiliary.jl 2 55.36%
src/recipe.jl 2 0.0%
src/rpa_functions.jl 2 84.17%
src/Taylor1/bound.jl 2 0.0%
src/TaylorN/integrate.jl 2 0.0%
src/TaylorN/TaylorN.jl 2 0.0%
<!-- Total: 120 -->
Totals Coverage Status
Change from base Build 883408675: 1.6%
Covered Lines: 893
Relevant Lines: 1374

💛 - Coveralls
lbenet commented 3 years ago

@mforets Do you have time to review this PR?

mforets commented 3 years ago

yes, i can do this today

lbenet commented 3 years ago

Thanks a lot @mforets for your review. I think it is worth tagging a new minor version, right? Once the version is settled (and tests pass), I'll go ahead and merge.

cc @dpsanders

mforets commented 3 years ago

. I think it is worth tagging a new minor version, right?

yes. thanks