From 732bb2ec1b5b0e7150c1b95e74a03da41da7c9c9 Mon Sep 17 00:00:00 2001 From: Peter Luenenschloss <peter.luenenschloss@ufz.de> Date: Thu, 3 Sep 2020 12:12:30 +0200 Subject: [PATCH] forgot a little something --- saqc/funcs/spikes_detection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/saqc/funcs/spikes_detection.py b/saqc/funcs/spikes_detection.py index 3d58b9ae4..47086b81f 100644 --- a/saqc/funcs/spikes_detection.py +++ b/saqc/funcs/spikes_detection.py @@ -216,6 +216,7 @@ def spikes_flagMultivarScores( scoring_method=scoring_method, n_neighbors=n_neighbors, iter_start=iter_start, + alpha=alpha ) else: -- GitLab