-
Notifications
You must be signed in to change notification settings - Fork 43
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: change pathfinding errors on rolling-stock constraints #7953
core: change pathfinding errors on rolling-stock constraints #7953
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## display_pathfinding_constraints_on_shortest_path #7953 +/- ##
======================================================================================
+ Coverage 27.18% 27.21% +0.03%
- Complexity 2127 2129 +2
======================================================================================
Files 1310 1310
Lines 157738 157815 +77
Branches 3257 3271 +14
======================================================================================
+ Hits 42881 42953 +72
+ Misses 112877 112867 -10
- Partials 1980 1995 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0e4eb4c
to
0a2d394
Compare
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlockResponse.kt
Outdated
Show resolved
Hide resolved
2f0ca04
to
2f67537
Compare
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlocksEndpointV2.kt
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlocksEndpointV2.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlocksEndpointV2.kt
Outdated
Show resolved
Hide resolved
abccc44
to
8ee6553
Compare
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlocksEndpointV2.kt
Show resolved
Hide resolved
8ee6553
to
d20609e
Compare
core/kt-osrd-utils/src/main/kotlin/fr/sncf/osrd/utils/DistanceRangeMap.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlocksEndpointV2.kt
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlocksEndpointV2.kt
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/pathfinding/PathfindingBlocksEndpointV2.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/pathfinding/constraints/ElectrificationConstraints.kt
Outdated
Show resolved
Hide resolved
65f3fe1
to
fe3b779
Compare
9a63a73
to
2b292a0
Compare
front/public/locales/en/operationalStudies/manageTrainSchedule.json
Outdated
Show resolved
Hide resolved
2b292a0
to
9cb0e9f
Compare
9cb0e9f
to
44b15b3
Compare
44b15b3
to
2aaf84e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK for tests/
also: * mutualize build of constraints' ranges * makes incompatibleGaugeRanges consistent with the rest (nest range) * use * in imports when > 5 * rename param for filterIntersection() of DistanceRangeMaps
2aaf84e
to
2e412a0
Compare
front/public/locales/en/operationalStudies/manageTrainSchedule.json
Outdated
Show resolved
Hide resolved
front/public/locales/en/operationalStudies/manageTrainSchedule.json
Outdated
Show resolved
Hide resolved
f6d17cc
into
display_pathfinding_constraints_on_shortest_path
Change interface for pathfinding errors on rolling-stock constraints and project RS constraints on the relaxed path.
Not available for STDCM, only for operational studies.
So: to be squashed with later work.
TODO:
Fix: #7719