From b53fc7cab664a8e2e08a73485cd426281ffe402c Mon Sep 17 00:00:00 2001 From: KulikDM Date: Tue, 5 Dec 2023 18:23:18 +0200 Subject: [PATCH] FILTER test fix --- pythresh/test/test_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythresh/test/test_filter.py b/pythresh/test/test_filter.py index e652433..3af32c2 100644 --- a/pythresh/test/test_filter.py +++ b/pythresh/test/test_filter.py @@ -47,7 +47,7 @@ def setUp(self): pre_sig = len(scores) - self.sigmas = ['auto', int(pre_sig**0.6), int(pre_sig**75)] + self.sigmas = ['auto', int(pre_sig**0.6), int(pre_sig**0.75)] def test_prediction_labels(self):