Skip to content

Commit b9fc860

Browse files
committed
Fix references to non-existent functions
1 parent 57e5d30 commit b9fc860

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/source/timeseries.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ pysteps\.timeseries\.autoregression
1313
.. currentmodule:: pysteps.timeseries.autoregression
1414

1515
.. autosummary::
16-
adjust_lag2_corrcoef
16+
adjust_lag2_corrcoef1
17+
adjust_lag2_corrcoef2
1718
estimate_ar_params_yw
1819
iterate_ar_model
1920

doc/source/verification.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pysteps\.verification\.ensscores
3333
.. currentmodule:: pysteps.verification.ensscores
3434

3535
.. autosummary::
36-
ensemble_fss_skill
37-
ensemble_fss_spread
36+
ensemble_skill
37+
ensemble_spread
3838
rankhist_init
3939
rankhist_accum
4040
rankhist_compute
@@ -78,7 +78,7 @@ pysteps\.verification\.spatialscores
7878
.. currentmodule:: pysteps.verification.spatialscores
7979

8080
.. autosummary::
81-
compute_fss
81+
fss
8282

8383
.. automodule:: pysteps.verification.spatialscores
8484
:members:

0 commit comments

Comments
 (0)