pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
441 stars 160 forks source link

Add missing "bias" method to the interface of the verification module #330

Closed Joep1999 closed 1 year ago

Joep1999 commented 1 year ago

The BIAS method was not available with the 'get method' function, because it was missing from the name list. Therefore I added it.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (500f23e) 83.34% compared to head (d2afb13) 83.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #330 +/- ## ======================================= Coverage 83.34% 83.34% ======================================= Files 161 161 Lines 12355 12355 ======================================= Hits 10297 10297 Misses 2058 2058 ``` | Flag | Coverage Δ | | |---|---|---| | unit_tests | `83.34% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/pySTEPS/pysteps/pull/330?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS) | Coverage Δ | | |---|---|---| | [pysteps/verification/interface.py](https://app.codecov.io/gh/pySTEPS/pysteps/pull/330?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy92ZXJpZmljYXRpb24vaW50ZXJmYWNlLnB5) | `46.80% <ø> (ø)` | |

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