From 0bd062a007d435233019d59215afc64c4b201c64 Mon Sep 17 00:00:00 2001 From: Felipe Hofmann Date: Wed, 2 Feb 2022 11:26:45 -0800 Subject: [PATCH] Lower TEST_THRESHOLD --- tests/quality/test_quality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/quality/test_quality.py b/tests/quality/test_quality.py index a39541890..ccb9a3534 100644 --- a/tests/quality/test_quality.py +++ b/tests/quality/test_quality.py @@ -11,7 +11,7 @@ from tests.quality.utils import download_single_table R2_THRESHOLD = 0.2 -TEST_THRESHOLD = 0.35 +TEST_THRESHOLD = 0.3 MAX_SIZE = 5000000 TYPES_TO_SKIP = {'numerical', 'float', 'integer', 'id', None}