From 6c4f21b5a067c4a8aa974bcee15b3f815d8291d5 Mon Sep 17 00:00:00 2001 From: Sijia Wang Date: Wed, 10 Jul 2024 10:14:58 -0400 Subject: [PATCH] config cleaning --- tm2py/components/demand/household.py | 2 +- tm2py/config.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tm2py/components/demand/household.py b/tm2py/components/demand/household.py index abf0164a..3375acfa 100644 --- a/tm2py/components/demand/household.py +++ b/tm2py/components/demand/household.py @@ -32,7 +32,7 @@ def run(self): self._start_matrix_manager() self._run_resident_model() self._stop_java() - # self._consolidate_demand_for_assign() + # consume ctramp person trip list and create trip tables for assignment self._prepare_demand_for_assignment() def _prepare_demand_for_assignment(self): diff --git a/tm2py/config.py b/tm2py/config.py index 72ab3387..c47b388c 100644 --- a/tm2py/config.py +++ b/tm2py/config.py @@ -311,11 +311,6 @@ class HouseholdConfig(ConfigItem): highway_demand_file: pathlib.Path transit_demand_file: pathlib.Path - highway_taz_ctramp_output_file: pathlib.Path - mode_agg: List[HouseholdModeAgg] - highway_maz_ctramp_output_file: pathlib.Path - transit_tap_ctramp_output_file: pathlib.Path - transit_taz_ctramp_output_file: pathlib.Path active_demand_file: pathlib.Path OwnedAV_ZPV_factor: float TNC_ZPV_factor: float