mathematicalmichael / mud-examples

Creation of figures for papers pertaining to the MUD (Maximal Updated Density) method for Parameter Estimation.
https://mud-examples.readthedocs.io/
MIT License
0 stars 1 forks source link

Feature/linear #16

Closed mathematicalmichael closed 3 years ago

mathematicalmichael commented 3 years ago

ended up updating more than just linear, adding coverage, figure closing (got warnings that too many had opened)

codecov-io commented 3 years ago

Codecov Report

Merging #16 (a97fe80) into main (d93a103) will increase coverage by 16.09%. The diff coverage is 95.93%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #16       +/-   ##
===========================================
+ Coverage   46.09%   62.18%   +16.09%     
===========================================
  Files           9       10        +1     
  Lines        1254     1370      +116     
  Branches      167      170        +3     
===========================================
+ Hits          578      852      +274     
+ Misses        642      467      -175     
- Partials       34       51       +17     
Impacted Files Coverage Δ
src/mud_examples/rand.py 15.94% <ø> (ø)
src/mud_examples/plotting.py 62.50% <50.00%> (+36.44%) :arrow_up:
src/mud_examples/runner.py 87.15% <92.85%> (+57.45%) :arrow_up:
src/mud_examples/lin.py 98.07% <98.07%> (ø)
src/mud_examples/pde.py 70.96% <100.00%> (+1.07%) :arrow_up:

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 d93a103...a97fe80. Read the comment docs.