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: Multistepper error condition #1747

Merged

Conversation

benjaminhuth
Copy link
Member

There was a wrong abort condition in the EigenMultiStepperLoop's step function, I think a leftover from a previous refactoring. This could lead to rare cases of not aborting the propagation, if all components have a stepping failure.
The new condition should fix this.

@benjaminhuth benjaminhuth added Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module labels Dec 14, 2022
@benjaminhuth benjaminhuth added this to the next milestone Dec 14, 2022
@benjaminhuth benjaminhuth force-pushed the fix/multistepper-error-condition branch from 1adc9d0 to e3648a9 Compare December 14, 2022 14:32
@github-actions
Copy link

📊 Physics performance monitoring for e3648a9

Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
Ambiguity resolution: seeded, orthogonal
Truth tracking
Truth tracking (GSF)

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

IVF orthogonal

Seeding

Seeding seeded

Seeding truth_estimated

Seeding orthogonal

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

CKF orthogonal

Ambiguity resolution

seeded

Truth tracking (Kalman Filter)

Truth tracking

Truth tracking (GSF)

Truth tracking

@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Merging #1747 (e3648a9) into main (7f4de98) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1747   +/-   ##
=======================================
  Coverage   49.20%   49.20%           
=======================================
  Files         398      398           
  Lines       21853    21853           
  Branches     9916     9916           
=======================================
  Hits        10753    10753           
  Misses       4222     4222           
  Partials     6878     6878           
Impacted Files Coverage Δ
.../include/Acts/Propagator/MultiEigenStepperLoop.ipp 40.17% <100.00%> (ø)

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

@andiwand andiwand self-assigned this Dec 14, 2022
@kodiakhq kodiakhq bot merged commit e73b9a6 into acts-project:main Dec 14, 2022
@paulgessinger paulgessinger modified the milestones: next, v22.0.0 Dec 21, 2022
CarloVarni pushed a commit to CarloVarni/acts that referenced this pull request Dec 22, 2022
There was a wrong abort condition in the `EigenMultiStepperLoop`'s step function, I think a leftover from a previous refactoring. This could lead to rare cases of not aborting the propagation, if all components have a stepping failure.
The new condition should fix this.
@benjaminhuth benjaminhuth deleted the fix/multistepper-error-condition branch February 22, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants