Skip to content

Commit

Permalink
slight modification to initialise network
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-git committed Jun 3, 2024
1 parent e68456d commit cfb730d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scripts/compile_model_runs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import geopandas as gpd
import pandas as pd
from pathlib import Path

input_dir = ""
2 changes: 1 addition & 1 deletion tm2py/components/network/create_tod_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(self):
# emme_app = self._emme_manager.project(project_path)
# self._emme_manager.init_modeller(emme_app)
with self._setup():
# self._create_highway_scenarios()
self._create_highway_scenarios()
self._create_transit_scenarios()

@_context
Expand Down

0 comments on commit cfb730d

Please sign in to comment.