psrc / transit_service_analyst

Tools to support transit service analysis.
MIT License
11 stars 2 forks source link

frequencies logic should round total trips up. #3

Closed stefancoe closed 2 years ago

stefancoe commented 2 years ago

Right now total trips calc is converted to int, but not rounded. Rounding will make sure the right number of trips are calculated when end_time looks like 14:59:59 instead of 15:00:00.