georgebv / pyextremes

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

Fixed POT threshold #45

Closed georgebv closed 1 year ago

georgebv commented 1 year ago

Fixes #27

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 98.54% // Decreases project coverage by -1.45% :warning:

Coverage data is based on head (604721a) compared to base (b8cf576). Patch coverage: 75.51% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #45 +/- ## =========================================== - Coverage 100.00% 98.54% -1.46% =========================================== Files 16 16 Lines 784 824 +40 =========================================== + Hits 784 812 +28 - Misses 0 12 +12 ``` | [Impacted Files](https://codecov.io/gh/georgebv/pyextremes/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov) | Coverage Δ | | |---|---|---| | [src/pyextremes/extremes/extremes.py](https://codecov.io/gh/georgebv/pyextremes/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov#diff-c3JjL3B5ZXh0cmVtZXMvZXh0cmVtZXMvZXh0cmVtZXMucHk=) | `87.50% <71.42%> (-12.50%)` | :arrow_down: | | [src/pyextremes/eva.py](https://codecov.io/gh/georgebv/pyextremes/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov#diff-c3JjL3B5ZXh0cmVtZXMvZXZhLnB5) | `96.91% <74.19%> (-3.09%)` | :arrow_down: | | [src/pyextremes/extremes/peaks\_over\_threshold.py](https://codecov.io/gh/georgebv/pyextremes/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov#diff-c3JjL3B5ZXh0cmVtZXMvZXh0cmVtZXMvcGVha3Nfb3Zlcl90aHJlc2hvbGQucHk=) | `95.12% <77.77%> (-4.88%)` | :arrow_down: | | [src/pyextremes/extremes/block\_maxima.py](https://codecov.io/gh/georgebv/pyextremes/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov#diff-c3JjL3B5ZXh0cmVtZXMvZXh0cmVtZXMvYmxvY2tfbWF4aW1hLnB5) | `100.00% <100.00%> (ø)` | | | [src/pyextremes/extremes/return\_periods.py](https://codecov.io/gh/georgebv/pyextremes/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov#diff-c3JjL3B5ZXh0cmVtZXMvZXh0cmVtZXMvcmV0dXJuX3BlcmlvZHMucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=George+Bocharov)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.