Skip to content

Commit

Permalink
updated final comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-git committed Sep 4, 2024
1 parent b8b893e commit fb3fabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lasso/emme.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ def prepare_table_for_drive_network(
ranch_base_dir=ranch_dir,
)

links_df = links_df[links_df["cntype"] != "MAZ"]
ranch_roadway = ranch.Roadway(nodes_df, links_df.drop(columns=["index_left", "index_right"], errors="ignore"), shapes_df, ranch_params)
drive_links_df = drive_links_df[drive_links_df["cntype"] != "MAZ"]
ranch_roadway = ranch.Roadway(nodes_df, drive_links_df.drop(columns=["index_left", "index_right"], errors="ignore"), shapes_df, ranch_params)
buid_taz_node_id
ranch_roadway.build_centroid_connectors(build_taz_active_modes=True, build_maz_drive=True,
input_taz_polygon_file=taz_zone_shapefile_path,
Expand Down

0 comments on commit fb3fabc

Please sign in to comment.