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: Fix and refactor PathLimitReached #2536

Merged

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Oct 11, 2023

PathLimitReached should not update the step length if it already reached its target

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
@kodiakhq kodiakhq bot merged commit e328ce0 into acts-project:main Oct 11, 2023
57 checks passed
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Oct 11, 2023
@andiwand
Copy link
Contributor Author

looks like we somehow depended on that behavior in athena? do you know what the workflow is doing? @paulgessinger

@andiwand andiwand deleted the refactor-and-fix-path-limit-reached branch October 12, 2023 06:53
@paulgessinger
Copy link
Member

This is a bit odd.

@paulgessinger
Copy link
Member

Job itself looks fine, so maybe the memory monitor freaks out about something?

@paulgessinger
Copy link
Member

Ah, actually, we get a(nother) failure of the CKF reaching the maximum number of steps:

09:40:49 ActsTrackFindingAlg.Acts                            ERROR CombinatorialKalmanFilter failed: CombinatorialKalmanFilterError:5 Propagation reaches max steps before track finding is finished with the initial parameters:
09:40:49     545.01
09:40:49 -0.0141381
09:40:49   -2.42849
09:40:49    2.88981
09:40:49   -1.72882
09:40:49    2376.46
09:40:49 ActsTrackFindingAlg                               WARNING Track finding failed for strip seed 483 with errorCombinatorialKalmanFilterError:5

@paulgessinger
Copy link
Member

paulgessinger commented Oct 12, 2023

Triggered a new pipeline with a patched error filter pattern: https://gitlab.cern.ch/acts/acts-athena-ci/-/pipelines/6327698

  • ART ignore pattern also needs to be updated!

@paulgessinger
Copy link
Member

Ok, the error pattern in the test seems to be working.

@CarloVarni Do you think we should actually add the ignore pattern in ART already, or do we wait for the error to actually appear? Naively, I'd think seeing it fail before ignoring the error is probably the better approach?

@paulgessinger paulgessinger modified the milestones: next, v30.2.0 Oct 13, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants