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

Revert some changes from #255 #271

Closed dnerini closed 2 years ago

dnerini commented 2 years ago

Some changes that were meant for #254 were wrongly included in #255. This PR tries to revert them.

codecov[bot] commented 2 years ago

Codecov Report

Merging #271 (ca57193) into master (8a65727) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
+ Coverage   82.22%   82.23%   +0.01%     
==========================================
  Files         158      158              
  Lines       12088    12100      +12     
==========================================
+ Hits         9939     9951      +12     
  Misses       2149     2149              
Flag Coverage Δ
unit_tests 82.23% <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/helpers.py 94.28% <ø> (ø)
pysteps/utils/reprojection.py 87.87% <ø> (ø)
pysteps/io/importers.py 72.03% <100.00%> (+0.48%) :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 8a65727...ca57193. Read the comment docs.