Skip to content

Commit

Permalink
Merge pull request #16 from jmartinm/typo-fix
Browse files Browse the repository at this point in the history
AuthorComparator threshold fix
  • Loading branch information
jmartinm authored Aug 22, 2017
2 parents 8029677 + e2fca97 commit ce74df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspire_json_merger/comparators.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __call__(self, author):


class AuthorComparator(DistanceFunctionComparator):
threhsold = 0.12
threshold = 0.12
distance_function = AuthorNameDistanceCalculator(author_tokenize)
norm_functions = [
NewIDNormalizer('ORCID'),
Expand Down

0 comments on commit ce74df4

Please sign in to comment.