Skip to content
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

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

flaktack
Copy link
Contributor

@flaktack flaktack commented Nov 7, 2024

Summary

The Portland graph used for snapshot tests was missing generated transfers between stops: this updates the graph building process to use DirectTransferGenerator.

@flaktack flaktack requested a review from a team as a code owner November 7, 2024 08:36
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.75%. Comparing base (ee53e50) to head (2bd6d5e).
Report is 181 commits behind head on dev-2.x.

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.
📢 Have feedback on the report? Share it here.

new DirectTransferGenerator(
graph,
timetableRepository,
new DefaultDataImportIssueStore(),
Copy link
Member

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

Copy link
Contributor Author

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.

@flaktack flaktack force-pushed the feature/portland-transfers branch from 1189d72 to 2bd6d5e Compare November 7, 2024 21:37
@t2gran t2gran added this to the 2.7 (next release) milestone Nov 12, 2024
@flaktack flaktack merged commit cd158d2 into opentripplanner:dev-2.x Nov 14, 2024
5 checks passed
@flaktack flaktack deleted the feature/portland-transfers branch November 22, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants