wsp-sag / Lasso

Python package of utilities for Network Wrangler
https://wsp-sag.github.io/Lasso/
Apache License 2.0
5 stars 3 forks source link

Lasso Project Notebook Fails #32

Closed DavidOry closed 4 years ago

DavidOry commented 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.

e-lo commented 4 years ago

Not sure how I missed that. Should be GTG now.