-
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
Integrate the new signaling engine #3473
Conversation
3f16231
to
bc2f735
Compare
Codecov Report
@@ Coverage Diff @@
## dev #3473 +/- ##
============================================
+ Coverage 68.57% 68.88% +0.30%
- Complexity 1928 2002 +74
============================================
Files 427 439 +12
Lines 21842 22289 +447
Branches 1577 1657 +80
============================================
+ Hits 14979 15354 +375
- Misses 6115 6141 +26
- Partials 748 794 +46
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 17 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
16010e9
to
7371717
Compare
4f2ab58
to
1d4e1d7
Compare
efd62b9
to
15d5c55
Compare
cc4cb15
to
f2e0ee4
Compare
8ba3db0
to
48e9b80
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.
Nice job!
- Some old classes should be cleaned up, such as anything related to
SignalizationEngine
. But that can come later - When I test locally I always get an error on the "new import" infra (assert at
LoadedSignalingInfra.kt:169
)
core/src/main/java/fr/sncf/osrd/standalone_sim/ScheduleMetadataExtractor.kt
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/standalone_sim/ScheduleMetadataExtractor.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/standalone_sim/ScheduleMetadataExtractor.kt
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/standalone_sim/SignalProjection.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/standalone_sim/result/SignalUpdate.java
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/standalone_sim/result/SignalUpdate.java
Outdated
Show resolved
Hide resolved
python/api/osrd_infra/views/train_schedule/standalone_simulation_report.py
Outdated
Show resolved
Hide resolved
This reverts commit cf2ecba. Co-Authored-By: Victor "multun" Collod <victor.collod@epita.fr> Co-Authored-By: Younes "Khoyo" Khoudli <younes.khoudli@epita.fr>
Co-Authored-By: Victor "multun" Collod <victor.collod@epita.fr> Co-Authored-By: Younes "Khoyo" Khoudli <younes.khoudli@epita.fr>
Co-Authored-By: Victor "multun" Collod <victor.collod@epita.fr> Co-Authored-By: Younes "Khoyo" Khoudli <younes.khoudli@epita.fr>
Co-Authored-By: Victor "multun" Collod <victor.collod@epita.fr> Co-Authored-By: Younes "Khoyo" Khoudli <younes.khoudli@epita.fr>
Co-Authored-By: Victor "multun" Collod <victor.collod@epita.fr> Co-Authored-By: Younes "Khoyo" Khoudli <younes.khoudli@epita.fr>
This API is a legacy from the time where routes, zones and blocks were unified into a single weird blob. It's gone now. Co-Authored-By: Victor "multun" Collod <victor.collod@epita.fr> Co-Authored-By: Younes "Khoyo" Khoudli <younes.khoudli@epita.fr>
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.
Well done! 🎉
TODO: