Skip to content

Commit

Permalink
config cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Jul 10, 2024
1 parent de72264 commit 6c4f21b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion tm2py/components/demand/household.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
5 changes: 0 additions & 5 deletions tm2py/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c4f21b

Please sign in to comment.