preventing StopLocations from propogating to one another during merge
StopLocations are the parent for Stop, Location, LocationGroup. Previously the merge either would cause these fields to propagate to eachother, or to keep the only the original fields in some deduplication strategies, but delete all three fields in other deduplication strategies
Expected behavior:
merged stoptimes should keep the same stop_id, location_id, and location_group_id values as before they were merged.
Please make sure these boxes are checked before submitting your pull request - thanks!
[ ] Format the title like "Fix # - short description of fix and changes"
Summary:
preventing StopLocations from propogating to one another during merge
StopLocations are the parent for Stop, Location, LocationGroup. Previously the merge either would cause these fields to propagate to eachother, or to keep the only the original fields in some deduplication strategies, but delete all three fields in other deduplication strategies
Expected behavior:
merged stoptimes should keep the same stop_id, location_id, and location_group_id values as before they were merged.
Please make sure these boxes are checked before submitting your pull request - thanks!