-
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!: helixCut is renamed to helixCutTolerance and moved to SeedFinderOptions #2653
fix!: helixCut is renamed to helixCutTolerance and moved to SeedFinderOptions #2653
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2653 +/- ##
=======================================
Coverage 49.73% 49.73%
=======================================
Files 474 474
Lines 26872 26872
Branches 12364 12364
=======================================
Hits 13366 13366
Misses 4702 4702
Partials 8804 8804 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
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.
I don't see the removed config parameter in the diff. Where was this before?
Also I suppose this is a breaking change?
EDIT: indeed the helixCut
parameter is still there. Is this intentional?
Invalidated by push of d8b0be2
Thank you @paulgessinger. I removed the parameter now. Yes, I guess this is breaking change because of the rename. |
just to comment that in Athena we are currently not manually setting |
Following up on PR #2472 I have:
helixCut
tohelixCutTolerance
helixCutTolerance
to SeedFinderOptionsBREAKING CHANGE:
The option
helixCut
is renamed tohelixCutTolerance
and moved toSeedFinderOptions