pySTEPS / pysteps

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

Fix support for timesteps list in case model has rain but radar does not #411

Closed mats-knmi closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 92.30769% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.88%. Comparing base (07a5aa8) to head (39d8c0d).

Files Patch % Lines
pysteps/blending/steps.py 88.23% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #411 +/- ## ========================================== + Coverage 83.82% 83.88% +0.06% ========================================== Files 160 160 Lines 12788 12785 -3 ========================================== + Hits 10719 10725 +6 + Misses 2069 2060 -9 ``` | [Flag](https://app.codecov.io/gh/pySTEPS/pysteps/pull/411/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS) | Coverage Δ | | |---|---|---| | [unit_tests](https://app.codecov.io/gh/pySTEPS/pysteps/pull/411/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS) | `83.88% <92.30%> (+0.06%)` | :arrow_up: | 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.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

RubenImhoff commented 4 months ago

Thanks for this extra fix related to #368, @mats-knmi!