JuliaIntervals / TaylorModels.jl

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

WIP: Taylor Models with absolute and relative remainder (one variable) #7

Closed lbenet closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a35e243). Click here to learn what that means. The diff coverage is 80.8%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #7   +/-   ##
=========================================
  Coverage          ?   46.21%           
=========================================
  Files             ?       12           
  Lines             ?      396           
  Branches          ?        0           
=========================================
  Hits              ?      183           
  Misses            ?      213           
  Partials          ?        0
Impacted Files Coverage Δ
src/TaylorModels.jl 100% <ø> (ø)
src/TMs/recipe.jl 0% <0%> (ø)
src/TMs/rpa_functions.jl 100% <100%> (ø)
src/TMs/constructors.jl 100% <100%> (ø)
src/TMs/arithmetic.jl 69.84% <69.84%> (ø)
src/TMs/bounds.jl 92.59% <92.59%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a35e243...c0f848b. Read the comment docs.

lbenet commented 6 years ago

@dpsanders This is essentially ready for review. There a few things to do, like using the proper limitations for the parametric types defined, and then correct whatever ambiguities there appear. Before going into that, I think it is word to discuss first the approach and achievements.

dpsanders commented 6 years ago

I think we should just merge this and then iterate on it. Thanks!

lbenet commented 6 years ago

Thanks!