Skip to content
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

refactor: Release step constraint after stepper in propagation #2596

Merged

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Oct 29, 2023

This avoids cases where an actor/aborter sets a step constrained that will never be overwritten again.

I also generalize the release function and rename the set function in the stepper.

blocked by

@andiwand andiwand added this to the next milestone Oct 29, 2023
@github-actions github-actions bot added Component - Core Affects the Core module Component - Fatras Affects the Fatras module Track Finding labels Oct 29, 2023
@codecov
Copy link

codecov bot commented Oct 29, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (e574e8a) 49.56% compared to head (723396b) 49.54%.

Files Patch % Lines
Core/include/Acts/Propagator/Navigator.hpp 20.00% 4 Missing ⚠️
Core/include/Acts/Propagator/Propagator.ipp 0.00% 0 Missing and 2 partials ⚠️
.../include/Acts/Propagator/MultiEigenStepperLoop.hpp 75.00% 0 Missing and 1 partial ⚠️
Core/include/Acts/Propagator/StandardAborters.hpp 50.00% 0 Missing and 1 partial ⚠️
.../include/Acts/Propagator/detail/SteppingHelper.hpp 0.00% 0 Missing and 1 partial ⚠️
...de/Acts/TrackFinding/CombinatorialKalmanFilter.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2596      +/-   ##
==========================================
- Coverage   49.56%   49.54%   -0.02%     
==========================================
  Files         474      474              
  Lines       26930    26929       -1     
  Branches    12423    12425       +2     
==========================================
- Hits        13348    13343       -5     
- Misses       4748     4749       +1     
- Partials     8834     8837       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

kodiakhq bot pushed a commit that referenced this pull request Nov 2, 2023
After refactoring the surface intersection #2336 I missed to update this function of the stepper

discovered in #2595 and #2596
@andiwand andiwand added 🚧 WIP Work-in-progress and removed 🚧 WIP Work-in-progress labels Nov 3, 2023
@andiwand andiwand added 🚧 WIP Work-in-progress and removed 🚧 WIP Work-in-progress labels Nov 8, 2023
Copy link
Member

@paulgessinger paulgessinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable. There's still some CI failures at this point.

@andiwand
Copy link
Contributor Author

did't update the reference files yet to give people a chance to look at the physmon diff. will update now

@github-actions github-actions bot added the Infrastructure Changes to build tools, continous integration, ... label Nov 20, 2023
@github-actions github-actions bot added Component - Examples Affects the Examples module Changes Performance labels Nov 20, 2023
@kodiakhq kodiakhq bot merged commit 37a2f9e into acts-project:main Nov 21, 2023
49 checks passed
@acts-project-service
Copy link
Collaborator

@andiwand andiwand deleted the refactor-propagator-release-step-contrained branch November 21, 2023 13:47
@paulgessinger paulgessinger modified the milestones: next, v31.1.0 Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes Performance Component - Core Affects the Core module Component - Examples Affects the Examples module Component - Fatras Affects the Fatras module Infrastructure Changes to build tools, continous integration, ... Track Finding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants