-
Notifications
You must be signed in to change notification settings - Fork 82
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
[DOC] clarification how shapes are applied in kmer-hash #2981
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #2981 +/- ##
=======================================
Coverage 98.19% 98.19%
=======================================
Files 267 267
Lines 11521 11521
=======================================
Hits 11313 11313
Misses 208 208
Continue to review full report at Codecov.
|
705a777
to
6accbea
Compare
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.
👍
But let's see what we resolve in the dev meeting
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.
small 💅
Update test/snippet/search/views/kmer_hash.cpp Update include/seqan3/search/views/kmer_hash.hpp Co-authored-by: Svenja Mehringer <[email protected]>
cb6725a
to
17b2d07
Compare
This adds some clarification on the direction of how shapes are applied when computing hashes.
This intends to solve #2832