Skip to content
Snippets Groups Projects
Commit 2c2a5103 authored by Isobel Marguarethe Romero-Shaw's avatar Isobel Marguarethe Romero-Shaw
Browse files

adding additional information when performing redundancy check, to clarify...

adding additional information when performing redundancy check, to clarify confusing BBHPriorDict output when using BNSPriorDict
parent 8679c5c4
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ class BNSPriorDict(PriorDict):
PriorDict.__init__(self, dictionary=dictionary, filename=filename)
def test_redundancy(self, key):
logger.info("Performing redundancy check using BBHPriorDict().test_redundancy")
bbh_redundancy = BBHPriorDict().test_redundancy(key)
if bbh_redundancy:
return True
......
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