-
Notifications
You must be signed in to change notification settings - Fork 177
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: Dangling pointer VolumeMaterialInteractionTests #1808
Conversation
This test was using a dangling pointer, which ostensibly every compiler and runtime was fine with so far.
Codecov Report
@@ Coverage Diff @@
## main #1808 +/- ##
=======================================
Coverage 49.54% 49.54%
=======================================
Files 407 407
Lines 22626 22626
Branches 10322 10322
=======================================
Hits 11211 11211
Misses 4230 4230
Partials 7185 7185 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for c4eb6e4Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
This test was using a dangling pointer, which ostensibly every compiler and runtime was fine with so far.