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

Geometry source comparison fix #1025

Merged
merged 4 commits into from
Mar 21, 2017
Merged

Conversation

doublestranded
Copy link
Contributor

@doublestranded doublestranded commented Mar 20, 2017

closes #1024

Fixing the underlying issue here (string to symbol mismatch) also uncovered a bug where shape_dist_traveled occurs in shapes.txt but not stop_times.txt. Stop distance calculations using shape_dist_traveled are then avoided, but then the stop distance calculations using the algorithm are avoided because the geometry source value is still shapes_txt_with_dist_traveled. The result is an empty stop_distances array, which causes a validation error.

due to geometry source shapes_txt_with_dist_traveled condition mismatch.
@doublestranded doublestranded merged commit b28e166 into master Mar 21, 2017
@doublestranded doublestranded deleted the geometry-source-comparison-fix branch March 21, 2017 17:34
@irees irees mentioned this pull request Mar 22, 2017
11 tasks
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

Successfully merging this pull request may close these issues.

RSP geometry source string-sym comparison mismatch
1 participant