eschanet / simplify

Create and validate simplified likelihoods from full likelihoods.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

BREAKING CHANGE: dropping python 3.6 support (and CI passing again) #12

Closed eschanet closed 3 years ago

eschanet commented 3 years ago

Forget to tweak tests when introducing a new property to FitResults. Should pass again.

codecov-commenter commented 3 years ago

Codecov Report

Merging #12 (0a58644) into master (6ba1586) will increase coverage by 0.23%. The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   77.77%   78.01%   +0.23%     
==========================================
  Files          11       11              
  Lines         558      564       +6     
  Branches       90       90              
==========================================
+ Hits          434      440       +6     
  Misses        113      113              
  Partials       11       11              
Impacted Files Coverage Δ
src/simplify/version.py 0.00% <0.00%> (ø)
src/simplify/fitter.py 100.00% <100.00%> (ø)
src/simplify/helpers/plotting.py 91.27% <100.00%> (+0.20%) :arrow_up:
src/simplify/plot.py 94.44% <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 12181fc...0a58644. Read the comment docs.