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

Cannot have multiple PatternTimetables referring to same source trip in AdjustFrequency #131

Closed
mattwigway opened this issue Apr 22, 2016 · 0 comments
Assignees

Comments

@mattwigway
Copy link
Contributor

In AdjustFrequency, all PatternTimetables get put in a map from sourceTripId to PatternTimetable, which means that there can only be one entry per trip ID. This is problematic if you want to have multiple frequencies over the day.

Also, we will have to split TripSchedules because it's possible to have different pattern entries with the same source trip and different service (e.g. one is M–F and one is Saturday/Sunday). It's probably easiest to just create a TripSchedule per PatternTimetable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants