Skip to content

Commit 7fe13db

Browse files
committed
Use 'cdf' as the default value for probmatching_method
1 parent dce5054 commit 7fe13db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysteps/nowcasts/sprog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def forecast(
4141
bandpass_filter_method="gaussian",
4242
ar_order=2,
4343
conditional=False,
44-
probmatching_method="mean",
44+
probmatching_method="cdf",
4545
num_workers=1,
4646
fft_method="numpy",
4747
domain="spatial",

0 commit comments

Comments
 (0)