-
Notifications
You must be signed in to change notification settings - Fork 173
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
fix: and refactor geometric digitization #2630
fix: and refactor geometric digitization #2630
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2630 +/- ##
=======================================
Coverage 49.71% 49.71%
=======================================
Files 474 474
Lines 26859 26859
Branches 12362 12362
=======================================
Hits 13352 13352
Misses 4706 4706
Partials 8801 8801 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Unit test is failing - is that expected ? Do we need to update the test? |
Hmm no is not expected. They should run through. I will check after the workshop |
Could you also adapt the tests to what I did in #2632 ? :) I didn't touch |
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.
Makes sense, let's fix the UnitTests and get that in.
Examples/Algorithms/Digitization/include/ActsExamples/Digitization/DigitizationAlgorithm.hpp
Show resolved
Hide resolved
@asalzburger The PR should now be ready, can you approve? |
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Channelizer
toSegmentizer
, addChannelizer
that ties together the things