increase cutoff margin for alias matching

This commit is contained in:
TSC21 2019-06-03 22:22:26 +01:00 committed by Beat Küng
parent 5b2d952e4b
commit c15e54445e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class Classifier():
base_types = {}
for incorrect in incorrect_base_types:
base_types.update({incorrect: difflib.get_close_matches(
incorrect, uorb_msg, n=1, cutoff=0.8)})
incorrect, uorb_msg, n=1, cutoff=0.6)})
if len(base_types) > 0:
raise AssertionError(