-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Empirical delay #6875
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
Empirical delay #6875
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6875 +/- ##
=============================================
+ Coverage 72.14% 72.20% +0.06%
- Complexity 19673 19809 +136
=============================================
Files 2127 2151 +24
Lines 79562 79997 +435
Branches 8041 8072 +31
=============================================
+ Hits 57397 57760 +363
- Misses 19331 19400 +69
- Partials 2834 2837 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f7007ed to
1a677b9
Compare
|
This is probably a good candidate for a discussion on if this information is something we should have in OTP or not. I'm leaning towards that it would be ok to have this in OTP as some client might want to show this information, but this feels like a mostly like a statistic that isn't meant for passengers. |
|
I don't think it should be in OTP yet until there is an international standard to specify these information. It is the authority's responsibility to make a timetable which is reliable. |
f240e0e to
0caf793
Compare
0caf793 to
792ecaf
Compare
792ecaf to
7d623e8
Compare
- Version is 2.9, not 2.8 - Spelling - Imports
application/src/main/java/org/opentripplanner/datastore/api/FileType.java
Show resolved
Hide resolved
...cation/src/main/java/org/opentripplanner/apis/transmodel/TransmodelGraphQLSchemaFactory.java
Outdated
Show resolved
Hide resolved
|
You appear to have made a change in the debug UI code - probably by accident. That's why the frontend linter fails. |
d992467 to
18b4107
Compare
18b4107 to
53e7c5e
Compare
For some reason I can understand IntelliJ keep skipping whitespace changes when commiting as part of merging in dev-2.x. I have done this several times - same result. Finally I commited with git on the comand-line and the problem is gone. |
Summary
Decorate Trip calls with empirical delay information
Issue
Closes #6874
Unit tests
✅ All business logic and most framework code have good unit test coverage.
Documentation
Changelog
🟥 This is a sandbox PR
Bumping the serialization version id
✅ The empirical delay is part of the serialized graph.