Skip to content

Commit

Permalink
param bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Jul 20, 2023
1 parent 6981bb7 commit 555b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsml/interval_based/_rise.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def __init__(
replace_nan = 0

interval_features = [
PeriodogramTransformer(use_pyfftw=True, pad_with="mean"),
PeriodogramTransformer(use_pyfftw=use_pyfftw, pad_with="mean"),
AutocorrelationFunctionTransformer(
n_lags=acf_lag, min_values=acf_min_values
),
Expand Down

0 comments on commit 555b045

Please sign in to comment.