Closed jcpitre closed 1 month ago
✅ The rule acceptance has passed for commit 653e1962bab9c54f29cd1aee0e57ad0a8af6fcc4 Download the full acceptance test report here (report will disappear after 90 days).
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
0 out of 1602 sources (~0 %) are corrupted.
Assess the performance in terms of seconds taken for the validation process.
| Time Metric | Dataset ID | Reference (s) | Latest (s) | Difference (s) | |-----------------------------|-------------------|----------------|----------------|----------------| | Average | -- | 4.00 | 4.05 | ⬆️+0.05 | | Median | -- | 1.38 | 1.44 | ⬆️+0.06 | | Standard Deviation | -- | 11.39 | 11.43 | ⬆️+0.04 | | Minimum in References Reports | us-california-flex-v2-developer-test-feed-2-gtfs-1818 | 0.52 | 0.55 | ⬆️+0.03 | | Maximum in Reference Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 296.65 | 294.58 | ⬇️-2.06 | | Minimum in Latest Reports | us-california-city-of-wasco-gtfs-1788 | 0.56 | 0.53 | ⬇️-0.03 | | Maximum in Latest Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 296.65 | 294.58 | ⬇️-2.06 |✅ The rule acceptance has passed for commit 4f009ba55c65814da00933c6e7b7bda470478f1f Download the full acceptance test report here (report will disappear after 90 days).
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
0 out of 1602 sources (~0 %) are corrupted.
Assess the performance in terms of seconds taken for the validation process.
| Time Metric | Dataset ID | Reference (s) | Latest (s) | Difference (s) | |-----------------------------|-------------------|----------------|----------------|----------------| | Average | -- | 3.99 | 4.07 | ⬆️+0.08 | | Median | -- | 1.38 | 1.43 | ⬆️+0.05 | | Standard Deviation | -- | 11.45 | 11.60 | ⬆️+0.14 | | Minimum in References Reports | us-california-city-of-wasco-gtfs-1788 | 0.51 | 0.52 | ⬆️+0.01 | | Maximum in Reference Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 294.66 | 300.56 | ⬆️+5.91 | | Minimum in Latest Reports | us-california-city-of-wasco-gtfs-1788 | 0.51 | 0.52 | ⬆️+0.01 | | Maximum in Latest Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 294.66 | 300.56 | ⬆️+5.91 |✅ The rule acceptance has passed for commit 97741e7c2e54b01c968babc28ea96cbc566b2be1 Download the full acceptance test report here (report will disappear after 90 days).
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
0 out of 1602 sources (~0 %) are corrupted.
Assess the performance in terms of seconds taken for the validation process.
| Time Metric | Dataset ID | Reference (s) | Latest (s) | Difference (s) | |-----------------------------|-------------------|----------------|----------------|----------------| | Average | -- | 4.02 | 4.11 | ⬆️+0.09 | | Median | -- | 1.39 | 1.47 | ⬆️+0.08 | | Standard Deviation | -- | 11.51 | 11.60 | ⬆️+0.09 | | Minimum in References Reports | us-massachusetts-massachusetts-area-express-max-gtfs-431 | 0.53 | 0.63 | ⬆️+0.10 | | Maximum in Reference Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 302.65 | 302.82 | ⬆️+0.17 | | Minimum in Latest Reports | us-california-city-of-wasco-gtfs-1788 | 0.56 | 0.54 | ⬇️-0.02 | | Maximum in Latest Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 302.65 | 302.82 | ⬆️+0.17 |
Summary: Closes #1885 Added a validator that checks for stopTime entries with location_id or location_group_id values that also have shape_dist_traveled value. If found, add a ForbiddenShapeDistTraveledNotice notice.
Expected behavior:
Used http://data.trilliumtransit.com/gtfs/thurston-wa-us/thurston-wa-us--flex-v2.zip as a test dataset.
Report before the change:
Report after the change:
Essentially we created 156 forbidden_shape_dist_traveled notices. https://github.com/MobilityData/gtfs-validator/pull/1895 should take care of removing the 156 decreasing_or_equal_stop_time_distance notices.
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything