-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MinHash compatibility check to sourmash sig intersect #1116
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1116 +/- ##
==========================================
+ Coverage 83.84% 92.64% +8.80%
==========================================
Files 98 74 -24
Lines 9111 5792 -3319
==========================================
- Hits 7639 5366 -2273
+ Misses 1472 426 -1046
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
hmm, well, as long as we're here... per #1107 (comment), |
sorry, I misled you - instead of raising ValueError, can you do the |
Oh definitely! Thats good to know, I was wondering about the difference between the two because I've seen both in the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
This PR calls
minhash.is_compatible(...)
to check for MinHash compatibility before intersecting two MinHashes.Fixes #1107
make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?