-
Notifications
You must be signed in to change notification settings - Fork 168
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: Seed filter should make no use of external sp methods #1744
fix: Seed filter should make no use of external sp methods #1744
Conversation
tagging @paulgessinger These changes were started from |
…xternal sp methods
be9ace2
to
8922478
Compare
Codecov Report
@@ Coverage Diff @@
## main #1744 +/- ##
=======================================
Coverage 49.14% 49.14%
=======================================
Files 395 395
Lines 21800 21800
Branches 9953 9953
=======================================
Hits 10713 10713
Misses 4187 4187
Partials 6900 6900
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 52779f5Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
…ect#1744) As the name says... This would prevent us from using the seed on an input collection that does not implement the `y()` and `z()` method. We do not know what the costumer EDM looks like and these same values can already be retrieved without using the external sp methods
As the name says...
This would prevent us from using the seed on an input collection that does not implement the
y()
andz()
method. We do not know what the costumer EDM looks like and these same values can already be retrieved without using the external sp methods