We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24d714 commit 23a5f4bCopy full SHA for 23a5f4b
pysteps/cascade/decomposition.py
@@ -53,7 +53,7 @@ def decomposition_fft(X, filter, **kwargs):
53
levels is determined from the filter (see bandpass_filters.py).
54
55
"""
56
- fft,fft_kwargs = kwargs.get("fft", fft_module.get_method("numpy"))
+ fft,fft_kwargs = fft_module.get_method(kwargs.get("fft_method", "numpy"))
57
MASK = kwargs.get("MASK", None)
58
59
if len(X.shape) != 2:
0 commit comments