-
Notifications
You must be signed in to change notification settings - Fork 46
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
stdcm: use spacing requirements instead of route occupancies #5163
Conversation
54ae866
to
b7a709e
Compare
12e0955
to
f678685
Compare
Codecov Report
@@ Coverage Diff @@
## dev #5163 +/- ##
============================================
- Coverage 18.75% 18.72% -0.03%
+ Complexity 2322 2309 -13
============================================
Files 853 853
Lines 103524 103463 -61
Branches 2402 2394 -8
============================================
- Hits 19413 19376 -37
+ Misses 82771 82749 -22
+ Partials 1340 1338 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1e21b2d
to
1e82e00
Compare
f678685
to
58499e7
Compare
core/kt-osrd-sim-infra/src/main/kotlin/fr/sncf/osrd/sim_infra/api/InterlockingInfra.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/stdcm/preprocessing/implementation/UnavailableSpaceBuilder.java
Show resolved
Hide resolved
e050754
to
008faa7
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.
LGTM
core/kt-osrd-sim-infra/src/main/kotlin/fr/sncf/osrd/sim_infra/api/InterlockingInfra.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/stdcm/preprocessing/implementation/UnavailableSpaceBuilder.java
Show resolved
Hide resolved
core/kt-osrd-sim-infra/src/main/kotlin/fr/sncf/osrd/sim_infra/api/InterlockingInfra.kt
Outdated
Show resolved
Hide resolved
801d9d9
to
59a4941
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.
Reviewed editoast
59a4941
to
c321c20
Compare
The zone ids used for resource usage is now a property of the zone, it's still generated from its detectors.
Fixes #5148.
Fixes #5149.
Fixes #5150.
Fixes #5151.