Skip to content

Commit

Permalink
🚑️ Going back to QRatio
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Nov 4, 2023
1 parent 6e5dfe0 commit be5c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamin_utils/_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _fuzz(

# use WRatio to account for typos
if " " in string:
scorer = fuzz.token_set_ratio
scorer = fuzz.QRatio
else:
scorer = fuzz.WRatio

Expand Down

0 comments on commit be5c82d

Please sign in to comment.