Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarasiak committed Jun 14, 2020
1 parent f0e732a commit e76580c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/time_series/smoothSignal.py
Expand Up @@ -60,7 +60,7 @@

x_savgol_cubic = ts_manager.savitzski_golay(x,window_length=9,polyorder=1,interpolation_params=dict(kind='cubic'))

x_doublelogistic= ts_manager.double_logistic(x)
x_doublelogistic = ts_manager.double_logistic(x)


#################
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -3,4 +3,4 @@ scipy>=1.0
scikit-learn>=0.16
matplotlib
joblib
museotoolbox>=1.5
museotoolbox

0 comments on commit e76580c

Please sign in to comment.