SANDAG / ABM

Sandag ABM
https://github.com/SANDAG/ABM/wiki
20 stars 21 forks source link

TNC and Taxi wait times incorrect in trip mode choice #116

Closed bhargavasana closed 3 months ago

bhargavasana commented 3 months ago

Wait times are incorrectly added on both the origin and destination of a trip - https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/resident/trip_mode_choice_annotate_trips_preprocessor.csv#L102. Only origin wait time needs to be applied.

https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/resident/trip_mode_choice.csv#L363

bhargavasana commented 3 months ago

the commit https://github.com/SANDAG/ABM/commit/1438381decdbb689239504a852ee17d827fdddef fixes this