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

Fix SAL docs #258

Closed dnerini closed 2 years ago

dnerini commented 2 years ago

Switch to napoleon to render numpy-styled docstrings.

codecov[bot] commented 2 years ago

Codecov Report

Merging #258 (ce73004) into master (7213c95) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #258   +/-   ##
=======================================
  Coverage   80.92%   80.92%           
=======================================
  Files         142      142           
  Lines       10759    10760    +1     
=======================================
+ Hits         8707     8708    +1     
  Misses       2052     2052           
Flag Coverage Δ
unit_tests 80.92% <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/verification/salscores.py 90.42% <ø> (ø)
pysteps/verification/__init__.py 100.00% <100.00%> (ø)

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 7213c95...ce73004. Read the comment docs.