JuliaAI / IterationControl.jl

A package for controlling iterative algorithms
Other
23 stars 1 forks source link

Move `SquareRooter` code from test/ to src/ #40

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

It's very convenient to have a built-in model for testing and demonstration and it's a tiny amount of code.

codecov-io commented 3 years ago

Codecov Report

Merging #40 (46f00be) into dev (f1f9b97) will increase coverage by 0.21%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #40      +/-   ##
==========================================
+ Coverage   94.42%   94.64%   +0.21%     
==========================================
  Files           7        8       +1     
  Lines         269      280      +11     
==========================================
+ Hits          254      265      +11     
  Misses         15       15              
Impacted Files Coverage Δ
src/controls.jl 94.07% <100.00%> (+0.08%) :arrow_up:
src/square_rooter.jl 100.00% <100.00%> (ø)

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 6897d93...46f00be. Read the comment docs.