Skip to content

Commit

Permalink
Lower TEST_THRESHOLD
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Feb 2, 2022
1 parent a96dbc1 commit 0bd062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quality/test_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 0bd062a

Please sign in to comment.