pySTEPS / pysteps

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

Fix l2 parameter in SAL verification #324

Closed EsmailGhaemi closed 1 year ago

EsmailGhaemi commented 1 year ago

Remove the multiplication factor in l2 parameter, closes #321

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1c90e44) 83.34% compared to head (49d24c3) 83.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #324 +/- ## ======================================= Coverage 83.34% 83.34% ======================================= Files 161 161 Lines 12359 12359 ======================================= Hits 10301 10301 Misses 2058 2058 ``` | Flag | Coverage Δ | | |---|---|---| | unit_tests | `83.34% <100.00%> (ø)` | | 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://codecov.io/gh/pySTEPS/pysteps/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS) | Coverage Δ | | |---|---|---| | [pysteps/verification/salscores.py](https://codecov.io/gh/pySTEPS/pysteps/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy92ZXJpZmljYXRpb24vc2Fsc2NvcmVzLnB5) | `90.42% <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=pySTEPS). 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=pySTEPS)

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