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: Refactor loop protection #2535

Merged
merged 10 commits into from
Oct 16, 2023

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Oct 11, 2023

The loop protection should not be direction dependent anymore. The limit should be set even if it is higher.

Pulled this out of #2518

@andiwand andiwand added this to the next milestone Oct 11, 2023
@github-actions github-actions bot added the Component - Core Affects the Core module label Oct 11, 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.

Ok, we lose the direction sign, but that's intended because we don't want to apply this when stepping back (e.g. overstepping), and when we're actually going backward, the path length is also positive?

@andiwand andiwand changed the title refactor: Refactor and fix loop protection refactor: Refactor loop protection Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #2535 (b52a60e) into main (37e1543) will decrease coverage by 0.01%.
The diff coverage is 25.00%.

@@            Coverage Diff             @@
##             main    #2535      +/-   ##
==========================================
- Coverage   49.77%   49.76%   -0.01%     
==========================================
  Files         466      466              
  Lines       26322    26326       +4     
  Branches    12095    12097       +2     
==========================================
  Hits        13101    13101              
- Misses       4621     4624       +3     
- Partials     8600     8601       +1     
Files Coverage Δ
Core/include/Acts/Propagator/Propagator.ipp 43.58% <ø> (ø)
...de/Acts/TrackFinding/CombinatorialKalmanFilter.hpp 32.10% <ø> (ø)
.../include/Acts/Propagator/detail/LoopProtection.hpp 34.78% <25.00%> (-7.33%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

paulgessinger
paulgessinger previously approved these changes Oct 16, 2023
@github-actions github-actions bot added the Infrastructure Changes to build tools, continous integration, ... label Oct 16, 2023
@kodiakhq kodiakhq bot merged commit b1ef696 into acts-project:main Oct 16, 2023
56 of 57 checks passed
@andiwand andiwand deleted the refactor-loop-protection branch October 16, 2023 13:34
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Oct 16, 2023
kodiakhq bot pushed a commit that referenced this pull request Oct 18, 2023
These changes make the path limit more sound in the CKF. Before we did not respect the path limit during target surface propagation which can result in propagation step overflow for loopers.

At the same time I tried to improve the error handling by not aborting the whole propagation in case of an error but keep going on until we handled all branches. This is not fully communicated downstream yet but will still result in error logs we can catch.

Pulled out of #2518

bocked by
- #2535
@paulgessinger paulgessinger modified the milestones: next, v30.3.0 Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module Fails Athena tests This PR causes a failure in the Athena tests Infrastructure Changes to build tools, continous integration, ... Track Finding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants