-
Notifications
You must be signed in to change notification settings - Fork 44
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: use infra explorer in pathfinding endpoint #9153
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 @@
## dev #9153 +/- ##
============================================
+ Coverage 39.31% 39.34% +0.02%
- Complexity 2245 2267 +22
============================================
Files 1293 1297 +4
Lines 97666 97770 +104
Branches 3280 3297 +17
============================================
+ Hits 38398 38468 +70
- Misses 57329 57354 +25
- Partials 1939 1948 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
8085592
to
9f9132c
Compare
8627816
to
492a92e
Compare
492a92e
to
932836d
Compare
4253b18
to
2eb3dab
Compare
aec165e
to
7bd8551
Compare
Signed-off-by: Erashin <alwenn.charpentier@gmail.com>
…art location Signed-off-by: Erashin <alwenn.charpentier@gmail.com>
…d location Signed-off-by: Erashin <alwenn.charpentier@gmail.com>
Signed-off-by: Eloi Charpentier <eloi.charpentier.42@gmail.com>
fd943b2
to
5fa6d18
Compare
Signed-off-by: Eloi Charpentier <eloi.charpentier.42@gmail.com>
5fa6d18
to
8bf1411
Compare
Fixes #6784.
Use infra explorer in pathfinding endpoint. This makes us explore the graph using both blocks and routes, ensuring that if we do find a block path, the corresponding routes exist.
As intended, corrects https://github.com/osrd-project/osrd-confidential/issues/333, a path is found between Metz and Nancy:
Benchmark run on same infra: results are slightly better (up by 0.3% for a payload insaaannee), and basically we're getting less repeated_tracks errors (instead the path is just not found):