We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary:
I suspect that this line
onebusaway-gtfs-modules/onebusaway-gtfs-transformer/src/main/java/org/onebusaway/gtfs_transformer/updates/SubsectionTripTransformStrategy.java
Line 106 in fd87efe
should actually be like this line
onebusaway-gtfs-modules/onebusaway-gtfs-transformer/src/main/java/org/onebusaway/gtfs_transformer/updates/TrimTripTransformStrategy.java
Line 93 in fd87efe
because both methods are trimming trips somehow (still need to grasp their differences, though).
Steps to reproduce:
I have not run anything yet, I'm reading and trying to understand the code's functionality.
Expected behavior:
I expect the original AgencyId to persist when transforming a trip, or, if this is not reasonable, to use a configurable AgencyId.
Observed behavior:
The line in SubsectionTripTransformStrategy introduces a new constant AgencyId "1" and does not reuse the AgencyId of the original trip.
SubsectionTripTransformStrategy
"1"
Platform:
Thank you for your work at these helpful modules.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary:
I suspect that this line
onebusaway-gtfs-modules/onebusaway-gtfs-transformer/src/main/java/org/onebusaway/gtfs_transformer/updates/SubsectionTripTransformStrategy.java
Line 106 in fd87efe
should actually be like this line
onebusaway-gtfs-modules/onebusaway-gtfs-transformer/src/main/java/org/onebusaway/gtfs_transformer/updates/TrimTripTransformStrategy.java
Line 93 in fd87efe
because both methods are trimming trips somehow (still need to grasp their differences, though).
Steps to reproduce:
I have not run anything yet, I'm reading and trying to understand the code's functionality.
Expected behavior:
I expect the original AgencyId to persist when transforming a trip, or, if this is not reasonable, to use a configurable AgencyId.
Observed behavior:
The line in
SubsectionTripTransformStrategy
introduces a new constant AgencyId"1"
and does not reuse the AgencyId of the original trip.Platform:
Thank you for your work at these helpful modules.
The text was updated successfully, but these errors were encountered: