diff --git a/configs/resident/trip_destination_annotate_trips_preprocessor.csv b/configs/resident/trip_destination_annotate_trips_preprocessor.csv index 23f2529..316c51e 100644 --- a/configs/resident/trip_destination_annotate_trips_preprocessor.csv +++ b/configs/resident/trip_destination_annotate_trips_preprocessor.csv @@ -36,5 +36,5 @@ adding _trips to avoid conflict with the variables in the tours_merged,age_trips Micromobility access Time,o_MicroAccessTime,"reindex(land_use.MicroAccessTime,df.origin)" ,max_walk_distance,max_walk_distance ,max_bike_distance,max_bike_distance -,microAccessThreshold,microAccessThreshold +,microAccessThreshold_val,microAccessThreshold ,purpose_index_num,"size_terms.get_cols(df.purpose)" \ No newline at end of file diff --git a/configs/resident/vehicle_allocation.yaml b/configs/resident/vehicle_allocation.yaml index 23222fd..6e3c224 100644 --- a/configs/resident/vehicle_allocation.yaml +++ b/configs/resident/vehicle_allocation.yaml @@ -26,3 +26,6 @@ OCCUPANCY_LEVELS: # DF: tours # TABLES: # - vehicles + +compute_settings: + sharrow_skip: true