Closed DavidOry closed 4 years ago
When I execute this block:
test_roadway_project = Project.create_project( base_roadway_dir=os.path.join(EX_DIR,"stpaul"), roadway_log_file=os.path.join(EX_DIR,"cube","st_paul_test.log"), )
It appears that build_transit_network needs to be set to None here.
build_transit_network
None
Not sure how I missed that. Should be GTG now.
When I execute this block:
It appears that
build_transit_network
needs to be set toNone
here.