Skip to content

Commit d1c7d89

Browse files
committed
Documentation fixes
1 parent b56c973 commit d1c7d89

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/source/verification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pysteps\.verification\.detcatscores
1111
.. currentmodule:: pysteps.verification.detcatscores
1212

1313
.. autosummary::
14-
scores_det_cont_fsct
14+
scores_det_cat_fcst
1515

1616
.. automodule:: pysteps.verification.detcatscores
1717
:members:
@@ -22,7 +22,7 @@ pysteps\.verification\.detcontscores
2222
.. currentmodule:: pysteps.verification.detcontscores
2323

2424
.. autosummary::
25-
scores_det_cont_fsct
25+
scores_det_cont_fcst
2626

2727
.. automodule:: pysteps.verification.detcontscores
2828
:members:

pysteps/verification/detcatscores.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
def scores_det_cat_fcst(pred, obs, thr, scores):
66
"""Calculate simple and skill scores for deterministic categorical forecasts.
77
8-
Input:
9-
------
8+
Parameters
9+
----------
1010
pred: array-like
1111
predictions
1212
obs: array-like

pysteps/verification/detcontscores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from scipy.stats import spearmanr, pearsonr
55

66
def scores_det_cont_fcst(pred, obs, scores, offset=0.01):
7-
""" Calculate simple and skill scores for deterministic continuous forecasts
7+
"""Calculate simple and skill scores for deterministic continuous forecasts
88
99
Parameters
1010
----------

0 commit comments

Comments
 (0)