Skip to content

Commit

Permalink
update comment about picklist.found
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 14, 2021
1 parent 2f2269b commit 1d7e0cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sourmash/sig/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@ def filter_fn(it):
notify("extracted {} signatures from {} file(s)", len(save_sigs),
len(args.signatures))

# @CTB note picklist.found is not updated properly necessarily.
# @CTB note picklist.found is not updated properly necessarily,
# since we are using .select!
if picklist:
notify(f"for given picklist, found {len(picklist.found)} matches of {len(picklist.pickset)} total")
n_missing = len(picklist.pickset - picklist.found)
Expand Down

0 comments on commit 1d7e0cf

Please sign in to comment.