Skip to content

Commit 1021f08

Browse files
committed
Fix incorrect information about the default value of normalize
1 parent cf45c01 commit 1021f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysteps/cascade/decomposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def decomposition_fft(field, bp_filter, **kwargs):
9898
normalize : bool
9999
If True, normalize the cascade levels to zero mean and unit variance.
100100
Requires that compute_stats is True. Implies that compute_stats is True.
101-
Defaults to True.
101+
Defaults to False.
102102
mask : array_like
103103
Optional mask to use for computing the statistics for the cascade
104104
levels. Pixels with mask==False are excluded from the computations.

0 commit comments

Comments
 (0)