-
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
[MISC] rename align_cfg::scoring to align_cfg::scoring_scheme #2027
[MISC] rename align_cfg::scoring to align_cfg::scoring_scheme #2027
Conversation
3db4d82
to
2db85cf
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.
Good work, thank you! I found only some style errors.
And what becomes a bit confusing/unintuitive is the distinction:
seqan3::scoring_scheme
is a conceptseqan3::align_cfg::scoring_scheme
is a class template for types that modelseqan3::scoring_scheme
.
test/performance/alignment/global_affine_alignment_benchmark.cpp
Outdated
Show resolved
Hide resolved
test/performance/alignment/global_affine_alignment_parallel_benchmark.cpp
Outdated
Show resolved
Hide resolved
test/performance/alignment/global_affine_alignment_simd_benchmark.cpp
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## release-3.0.2 #2027 +/- ##
==============================================
Coverage 97.89% 97.89%
==============================================
Files 263 263
Lines 9879 9879
==============================================
Hits 9671 9671
Misses 208 208
Continue to review full report at Codecov.
|
@joergi-w thank you for pointing all the files out, I'm sorry to have overlooked the indentation shifts. |
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.
Thanks 👍
We need to rename the |
f86ea7c
to
076433a
Compare
076433a
to
856c9f8
Compare
Rebased as requested to avoid some mess with the align_cfg::detail namespace (#2020), and cleaned up the commit history. |
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.
LGTM :)
Fixes seqan/product_backlog#177.