Carpool bound access egress routing cost#7732
Draft
hakoncarlsen wants to merge 9 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #7732 +/- ##
==========================================
Coverage 74.08% 74.09%
- Complexity 21941 21971 +30
==========================================
Files 2434 2434
Lines 86135 86229 +94
Branches 8573 8590 +17
==========================================
+ Hits 63817 63895 +78
- Misses 19282 19295 +13
- Partials 3036 3039 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
2fea0f8 to
03f87ed
Compare
03f87ed to
22faa4d
Compare
22faa4d to
7e453db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bounds the cost of carpool access/egress street routing: each driver leg's search tree is sized from its routed travel duration plus the feasible detour, Fixes a bug where viable passenger drop off and pickup locations were filtered out by the BeelineEstimator estimator. Put's a hard limit on the maximum length of carpooling trips of 2.5 hours because of scalability issues, this might have to be improved in the future, but for now we need some way of avoiding that bad client data poisons the entire feed.
Unit tests
Write a few words on how the new code is tested.
Yes
Yes
It solves some of the scalability problems of access/egress for carpooling. Now a single carpooling trip which is very long, either because of client errors or because it actually is very long cannot make the module churn until timeout.
Yes
Yes
pass the continuous integration service
?
Yes
Documentation
Yes
Yes
the configuration documentation updated?
no