Skip to content
Snippets Groups Projects
Commit f2ee63e9 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch 'add-clarifying-output-to-BNSPriorDict-redundancy-check' into 'master'

adding additional information when performing redundancy check, to clarify…

See merge request !309
parents bf6aaaa5 2c2a5103
No related branches found
No related tags found
1 merge request!309adding additional information when performing redundancy check, to clarify…
Pipeline #43376 passed
......@@ -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