Skip to content

Commit 6c7c018

Browse files
committed
Remove 'fstep' parameter from Python implementation of wavelet transform
1 parent df8929d commit 6c7c018

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymodalib/implementations/python/wavelet/wavelet_transform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ def wavelet_transform(
222222
wp: WindowParams,
223223
fmin: float = None,
224224
fmax: float = None,
225-
fstep: str = "auto", # TODO: investigate what this should do.
226225
padding: Union[int, str] = "predictive",
227226
rel_tolerance: float = 0.01,
228227
preprocess: bool = False,

0 commit comments

Comments
 (0)