[x] Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
[x] Any modified or new methods or classes have helpful JavaDoc and code is thoroughly commented
[x] The description lists all applicable issues this PR seeks to resolve
[x] The description lists any configuration setting(s) that differ from the default settings
[x] All tests and CI builds passing
Description
This PR updates the trip pattern key equality check so that flex start/end pickup and drop off windows are also considered. This then creates additional patterns based on these values. Prior to this update trips were being grouped under the same, first, pattern which meant trips would have the wrong start/end pickup and drop off windows.
Checklist
dev
before they can be merged tomaster
)Description
This PR updates the trip pattern key equality check so that flex start/end pickup and drop off windows are also considered. This then creates additional patterns based on these values. Prior to this update trips were being grouped under the same, first, pattern which meant trips would have the wrong start/end pickup and drop off windows.