georgebv / pyextremes

Extreme Value Analysis (EVA) in Python
https://georgebv.github.io/pyextremes/
MIT License
237 stars 47 forks source link

Version 2.0.0 release #6

Closed georgebv closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #6 into master will increase coverage by 11.25%. The diff coverage is 97.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #6       +/-   ##
===========================================
+ Coverage   87.22%   98.48%   +11.25%     
===========================================
  Files          16       19        +3     
  Lines         822      791       -31     
  Branches      148      140        -8     
===========================================
+ Hits          717      779       +62     
+ Misses         98        3       -95     
- Partials        7        9        +2     
Impacted Files Coverage Δ
src/pyextremes/models/model_mle.py 98.23% <89.47%> (-1.77%) :arrow_down:
src/pyextremes/__init__.py 100.00% <100.00%> (ø)
src/pyextremes/tests/__init__.py 100.00% <100.00%> (ø)
src/pyextremes/tests/ks_test.py 100.00% <100.00%> (ø)
src/pyextremes/tests/test_base.py 100.00% <100.00%> (ø)
src/pyextremes/tuning/__init__.py 100.00% <100.00%> (ø)
src/pyextremes/tuning/threshold_selection.py 100.00% <100.00%> (+86.36%) :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 ae19b5d...00b3d31. Read the comment docs.