Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Mar 26, 2021
1 parent 8ac0fe1 commit 5d96acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sourmash/sbtmh.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def _max_jaccard_underneath_internal_node(node, query):
This should yield be an upper bound on the Jaccard similarity
for any signature below this point.
"""
query_bf = _get_bf(node, query)
mh = query.minhash

if len(mh) == 0:
Expand Down

0 comments on commit 5d96acf

Please sign in to comment.