You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered while building tests for JdbcTableWriter that a trip with a frequency entry can be added to a pattern that does not have useFrequency set to true.
The text was updated successfully, but these errors were encountered:
…r trips
This refactor includes a check for Pattern#useFrequency when either a pattern is updated or trips
are updated in order to appropriately trigger other behaviors (for example, keeping stop times in
sync with patter stops travel times or disallowing frequency entries for timetable-based patterns).
fixes#173
I discovered while building tests for
JdbcTableWriter
that a trip with a frequency entry can be added to a pattern that does not have useFrequency set totrue
.The text was updated successfully, but these errors were encountered: