pySTEPS / pysteps

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

Remove unnecessary print statement from steps-blending #281

Closed RubenImhoff closed 2 years ago

RubenImhoff commented 2 years ago

I noticed that I left a print statement in the Seed et al. (2013) weights that can be removed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #281 (b783e42) into master (07c25f1) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
- Coverage   82.34%   82.34%   -0.01%     
==========================================
  Files         158      158              
  Lines       12143    12142       -1     
==========================================
- Hits         9999     9998       -1     
  Misses       2144     2144              
Flag Coverage Δ
unit_tests 82.34% <ø> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pysteps/blending/steps.py 83.91% <ø> (-0.03%) :arrow_down:

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 07c25f1...b783e42. Read the comment docs.