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

core: stdcm: add a stop at the end to avoid signal propagation #10622

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

eckter
Copy link
Contributor

@eckter eckter commented Feb 3, 2025

During the last post-processing simulation, the path includes the last route in full and didn't have a STOP at the end. So we'd propagate the requirements too far down.

Fix #10427 (or at least one possible cause)

During the last post-processing simulation, the path
includes the last route in full and didn't have a STOP
at the end. So we'd propagate the requirements too far down.

Signed-off-by: Eloi Charpentier <[email protected]>
@eckter eckter requested a review from a team as a code owner February 3, 2025 10:52
@eckter eckter requested a review from Khoyo February 3, 2025 10:52
@github-actions github-actions bot added the area:core Work on Core Service label Feb 3, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.83%. Comparing base (ecb261f) to head (80c8dfb).
Report is 5 commits behind head on dev.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #10622      +/-   ##
==========================================
- Coverage   81.85%   81.83%   -0.02%     
==========================================
  Files        1075     1073       -2     
  Lines      107172   107058     -114     
  Branches      728      728              
==========================================
- Hits        87726    87612     -114     
  Misses      19407    19407              
  Partials       39       39              
Flag Coverage Δ
editoast 74.24% <ø> (ø)
front 89.37% <ø> (-0.02%) ⬇️
gateway 2.18% <ø> (ø)
osrdyne 3.28% <ø> (ø)
railjson_generator 87.50% <ø> (ø)
tests 88.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core Work on Core Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion Error: 'STDCM Result Conflicts with Scheduled Timetable'
2 participants