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

Add missing interfaces to utils.tapering methods #264

Closed dnerini closed 2 years ago

dnerini commented 2 years ago

The corresponding interface was missing for the utils.tapering module.

codecov[bot] commented 2 years ago

Codecov Report

Merging #264 (78e3664) into master (72f3bf5) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #264   +/-   ##
=======================================
  Coverage   80.92%   80.93%           
=======================================
  Files         142      142           
  Lines       10758    10761    +3     
=======================================
+ Hits         8706     8709    +3     
  Misses       2052     2052           
Flag Coverage Δ
unit_tests 80.93% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
pysteps/tests/test_interfaces.py 100.00% <100.00%> (ø)
pysteps/utils/interface.py 87.69% <100.00%> (+0.39%) :arrow_up:

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 72f3bf5...78e3664. Read the comment docs.