-
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
[MRG] return Err for angular_similarity when abundance tracking is off #2327
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #2327 +/- ##
===========================================
- Coverage 84.09% 58.04% -26.06%
===========================================
Files 129 29 -100
Lines 14947 3530 -11417
Branches 2191 0 -2191
===========================================
- Hits 12570 2049 -10521
+ Misses 2082 1481 -601
+ Partials 295 0 -295
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Ready for review @luizirber @mr-eyes |
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.
Looks very good to me.
cool, thanks! will wait for @luizirber to have a chance to comment too, since it's early days for me & 🦀 |
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.
Nice!
@luizirber looks like I need to re-run cbindgen, yes? The installation instructions say I should add it to my |
(I see the Makefile rule for |
oh. The actual docs just say to use Updated |
Replaces
unimplemented!()
inKmerMinHash
andKmerMinHashBTree
angular_similarity
functions with appropriate error handling.Fixes #898.