From 5514c202656cee77453cad545aa6d472e5a6b7f5 Mon Sep 17 00:00:00 2001 From: Peter Mercell <peter.mercell@solarwinds.com> Date: Wed, 15 Jan 2025 20:41:19 +0100 Subject: [PATCH] Update DOI score_treshold --- doi/doi_finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doi/doi_finder.py b/doi/doi_finder.py index 4e99d1a..e10b1a5 100644 --- a/doi/doi_finder.py +++ b/doi/doi_finder.py @@ -4,7 +4,7 @@ from ratelimit import limits, sleep_and_retry # Thresholds for CrossRef reference lookup score # if results by doi_text and doi_attribute are not the same and score is lower than this, DOI is not returned as the result is considered unreliable -score_threshold = 92.4 +score_threshold = 100 # if results by doi_text and doi_attribute are the same and score is lower than this, DOI is not returned as the result is considered unreliable score_treshold_text_equal_to_attributes = 64.6 -- GitLab