-
Notifications
You must be signed in to change notification settings - Fork 104
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
HOTFIX to SlitTraceBitMask #1848
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #1848 +/- ##
========================================
Coverage 38.03% 38.03%
========================================
Files 211 211
Lines 48975 48975
========================================
+ Hits 18626 18627 +1
+ Misses 30349 30348 -1 ☔ View full report in Codecov by Sentry. |
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.
Well caught!!
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.
one thing to chew on.
might be good to have @kbwestfall 's input too
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 good
Thanks for the reviews. Unfortunately this fixed only one cause of the failed spatial flexure. I'm working on improving the spatial flexure calculation, but I'll have another PR for that. I am merging this for now. |
This is an hotfix to
SlitTraceBitMask
but was causing the spatial flexure process to not being able to find the shift.I'll still run the tests to make sure that the problem is fixed in every dataset.
Hopefully, this resolves issue #1843