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

fix: propagation bug in GSF #1326

Merged
merged 4 commits into from
Jul 15, 2022

Conversation

benjaminhuth
Copy link
Member

This fixes a bug that could lead to a infinite-loop in the propagation (and thus to the "reached step limit" error). The problem was that this did reset the currentSurface to nullptr regardeless if it hat a valid value before.

@benjaminhuth benjaminhuth added Bug Something isn't working Component - Core Affects the Core module Impact - Major Significant bug and/or affects a lot of modules labels Jul 14, 2022
@benjaminhuth benjaminhuth added this to the next milestone Jul 14, 2022
@codecov
Copy link

codecov bot commented Jul 14, 2022

Codecov Report

Merging #1326 (5bd9a79) into main (a7f7b41) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1326   +/-   ##
=======================================
  Coverage   47.44%   47.45%           
=======================================
  Files         375      375           
  Lines       19779    19780    +1     
  Branches     9274     9274           
=======================================
+ Hits         9385     9386    +1     
  Misses       4010     4010           
  Partials     6384     6384           
Impacted Files Coverage Δ
...e/include/Acts/Propagator/MultiStepperAborters.hpp 85.71% <100.00%> (+1.09%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@kodiakhq kodiakhq bot merged commit 232e43d into acts-project:main Jul 15, 2022
@benjaminhuth benjaminhuth deleted the fix/gsf-propagation branch July 18, 2022 06:51
@paulgessinger paulgessinger modified the milestones: next, v19.5.0 Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Bug Something isn't working Component - Core Affects the Core module Impact - Major Significant bug and/or affects a lot of modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants