From e76580c48ef035bb0a6216f4c1433f5c8a023655 Mon Sep 17 00:00:00 2001 From: Nicolas Karasiak Date: Sun, 14 Jun 2020 10:01:37 +0200 Subject: [PATCH] update example --- examples/time_series/smoothSignal.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/time_series/smoothSignal.py b/examples/time_series/smoothSignal.py index bebb9ba..6329a3e 100644 --- a/examples/time_series/smoothSignal.py +++ b/examples/time_series/smoothSignal.py @@ -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) ################# diff --git a/requirements.txt b/requirements.txt index f1db4b9..c09e562 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy>=1.0 scikit-learn>=0.16 matplotlib joblib -museotoolbox>=1.5 +museotoolbox