fix: decreasing_or_equal_stop_time_distance includes prevShapeDistTraveled#1631
fix: decreasing_or_equal_stop_time_distance includes prevShapeDistTraveled#1631davidgamez merged 3 commits intomasterfrom
Conversation
…veled, not prevStopTimeDistTraveled
|
✅ Rule acceptance tests passed. |
|
✅ Rule acceptance tests passed. |
Summary:
decreasing_or_equal_stop_time_distance includes prevShapeDistTraveled, not prevStopTimeDistTraveled
Closes #1556
Expected behavior:
The name of the field in the report in now replaced from
prevStopTimeDistTraveledtoprevShapeDistTraveledin the report.Note: the logic was already implemented - it was
prevShapeDistTraveledthat was in the report but under the nameprevStopTimeDistTraveled.Using this feed, we get:

Please make sure these boxes are checked before submitting your pull request - thanks!
gradle testto make sure you didn't break anything