Skip to content
Snippets Groups Projects
Commit 5514c202 authored by Peter Mercell's avatar Peter Mercell
Browse files

Update DOI score_treshold

parent 1fb72b8b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from ratelimit import limits, sleep_and_retry ...@@ -4,7 +4,7 @@ from ratelimit import limits, sleep_and_retry
# Thresholds for CrossRef reference lookup score # 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 # 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 # 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 score_treshold_text_equal_to_attributes = 64.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment