SANDAG / ABM

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

AV constants being used for non-AV drive trips #135

Closed aber-sandag closed 2 months ago

aber-sandag commented 2 months ago

https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/resident/trip_mode_choice_annotate_trips_preprocessor.csv?plain=1#L117

AV constants are being used by default. This leads to issues such as auto operating cost being 70% of what it should be (autoCostPerMileFactorAV = 0.7)

Looks like the np.where statements are reversed