-
Notifications
You must be signed in to change notification settings - Fork 45
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: choose arrivalAt/departureFrom in envelope interpolation #7609
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 #7609 +/- ##
============================================
- Coverage 28.62% 28.61% -0.01%
- Complexity 2038 2052 +14
============================================
Files 1244 1244
Lines 153668 153680 +12
Branches 3012 3018 +6
============================================
- Hits 43985 43974 -11
- Misses 107892 107913 +21
- Partials 1791 1793 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
149d726
to
6fde773
Compare
core/envelope-sim/src/main/java/fr/sncf/osrd/envelope/Envelope.java
Outdated
Show resolved
Hide resolved
core/envelope-sim/src/main/java/fr/sncf/osrd/envelope/Envelope.java
Outdated
Show resolved
Hide resolved
core/envelope-sim/src/main/java/fr/sncf/osrd/envelope/EnvelopeConcat.java
Outdated
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
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/standalone_sim/StandaloneSim.java
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/standalone_sim/ScheduleMetadataExtractorV2.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/standalone_sim/ScheduleMetadataExtractorV2.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/standalone_sim/StandaloneSimulation.kt
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/stdcm/graph/PostProcessingSimulation.kt
Outdated
Show resolved
Hide resolved
Thanks a lot for this PR, it's a lot clearer than before and it must have been tedious |
6fde773
to
b7f044e
Compare
interpolateTotalTime() is removed, in favor of one of: * interpolateDepartureFrom() (which was the previous behavior) * interpolateArrivalAt() also: * little cleanup on clamp
b7f044e
to
f328a62
Compare
interpolateTotalTime()
is removed, in favor of one of:interpolateDepartureFrom()
(which was the previous behavior)interpolateArrivalAt()
also:
TODO:
Follow-up on #7322 (comment)