conveyal / gtfs-validator

A Java framework for GTFS validation and statistics.
MIT License
38 stars 18 forks source link

Feed with blocks and service_ids that are not referenced by a calendar crashes ValidateTrips #30

Open laidig opened 7 years ago

laidig commented 7 years ago

I ran across a feed that contains: a) block_ids b) a service_id not referenced in the calendar c) block_ids that are duplicated between the active and inactive service_ids.

This triple-whammy crashed the ValidateTrips function.

Fix coming shortly.

laidig commented 7 years ago

31 fixes this.