jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
62 stars 7 forks source link

Realtime service maps are stale #49

Closed jamespfennell closed 4 years ago

jamespfennell commented 4 years ago

There is a bug because realtime service maps are calculated before the old realtime trips are removed in sync.py. This results in incorrect maps. This can be seen when the route transitions to "no service", for example in the NYC Subway Z in the late morning.

jamespfennell commented 4 years ago

Fixed and added end to end test for this case