Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Apr 9, 2021
1 parent 86e1f41 commit 78aa70c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sourmash/minhash.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ def downsample(self, *, num=None, scaled=None):
else:
max_hash=0
else:
# @CTB testme
raise ValueError("scaled != 0 - cannot downsample a scaled MinHash this way")
elif scaled is not None:
if self.num:
Expand Down

0 comments on commit 78aa70c

Please sign in to comment.