Skip to content

Commit

Permalink
Use 'cdf' as the default value for probmatching_method
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkkins committed Aug 12, 2020
1 parent dce5054 commit 7fe13db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysteps/nowcasts/sprog.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def forecast(
bandpass_filter_method="gaussian",
ar_order=2,
conditional=False,
probmatching_method="mean",
probmatching_method="cdf",
num_workers=1,
fft_method="numpy",
domain="spatial",
Expand Down

0 comments on commit 7fe13db

Please sign in to comment.