From 6809805a5bcd5a8f1eb1a77099a5112bac573ce0 Mon Sep 17 00:00:00 2001 From: lucas_miranda <lucasmiranda42@gmail.com> Date: Wed, 3 Feb 2021 12:06:10 +0100 Subject: [PATCH] Implemented outlier interpolation --- tests/test_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 1929fc97..ef3cf89d 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -373,8 +373,8 @@ def test_interpolate_outliers(mode): 0.999, exclude="Center", mode=mode, - limit=100, - n_std=1, + limit=15, + n_std=0, ) assert ( -- GitLab