-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Portland test graph: calculate transfers between stops #6237
Portland test graph: calculate transfers between stops #6237
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6237 +/- ##
=============================================
- Coverage 69.91% 69.75% -0.16%
+ Complexity 17736 17661 -75
=============================================
Files 2006 2007 +1
Lines 75526 75573 +47
Branches 7730 7734 +4
=============================================
- Hits 52804 52718 -86
- Misses 20036 20141 +105
- Partials 2686 2714 +28 ☔ View full report in Codecov by Sentry. |
new DirectTransferGenerator( | ||
graph, | ||
timetableRepository, | ||
new DefaultDataImportIssueStore(), |
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.
No that I would make a huge difference but I think we want the NOOP implementation here
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.
Thanks, I've updated it to use the NOOP implementation.
1189d72
to
2bd6d5e
Compare
Summary
The Portland graph used for snapshot tests was missing generated transfers between stops: this updates the graph building process to use
DirectTransferGenerator
.