You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def_is_service_valid(self, day, service_id):
# FIXME: hardcode in the service to be 95, just pick the first service id return (day==1) & (service_id.str.startswith("95"))
As a result, when self.day is "monday", no services are found running that day.
The text was updated successfully, but these errors were encountered:
In busSim.py, there's this FIXME:
As a result, when self.day is "monday", no services are found running that day.
The text was updated successfully, but these errors were encountered: