nickolasclarke / dispatch

A discrete-event simulation (DES) model for simulating deployment of EV bus fleets, using GTFS data
2 stars 0 forks source link

Rail trips still present #2

Closed nickolasclarke closed 5 years ago

nickolasclarke commented 5 years ago

the final pickle still has ~500 trips with RAIL in the trip_id string. I'm having trouble determining where they are introduced.

validating on the df at this point suggests that there are no RAIL trips left. However, when I load the final pickle, there are many trips with RAIL. I also tried searching in the df at line 48 above for one of the integer IDs in the trip_id string from the final pickle, such as 15269175 from 15269175-AUG19-RAIL-Weekday-01 and its also not present. We seem to be introducing additional trips somewhere.