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

More emphasis to the warning against the double-import trap #269

Closed dnerini closed 2 years ago

dnerini commented 2 years ago

Following #268 and #40, we give more emphasis to a warning against the double-import trap in the installation docs.

codecov[bot] commented 2 years ago

Codecov Report

Merging #269 (d7479a2) into master (72f3bf5) will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
+ Coverage   80.92%   80.99%   +0.06%     
==========================================
  Files         142      142              
  Lines       10758    10742      -16     
==========================================
- Hits         8706     8700       -6     
+ Misses       2052     2042      -10     
Flag Coverage Δ
unit_tests 80.99% <ø> (+0.06%) :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% <0.00%> (ø)
pysteps/tests/test_plt_animate.py 100.00% <0.00%> (ø)
pysteps/utils/interface.py 87.69% <0.00%> (+0.39%) :arrow_up:
pysteps/visualization/precipfields.py 83.84% <0.00%> (+1.13%) :arrow_up:
pysteps/visualization/animations.py 92.92% <0.00%> (+6.20%) :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...d7479a2. Read the comment docs.