Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues loading estimation data bundle for workplace location model #686

Closed
bwentl opened this issue Jun 23, 2023 · 0 comments
Closed

Issues loading estimation data bundle for workplace location model #686

bwentl opened this issue Jun 23, 2023 · 0 comments
Labels
Bug Something isn't working/bug f

Comments

@bwentl
Copy link
Contributor

bwentl commented Jun 23, 2023

Describe the bug
Loading of estimation data and model for workplace location model takes forever and will not finish.

To Reproduce
Steps to reproduce the behavior:

  1. Generate estimation data bundle by running a model with full set of zones (for our region, we have 1500 out of 1700 traffic zones with employment)
  2. Load the estimation data bundle for workplace location using the estimation notebook for workplace location
  3. Wait for the model object to load, and it will never finish (we waited 3+ hours and gave up)

Expected behavior
The model object would load into workplace location model within reasonable amount of time (1 hour max).

Screenshots
I don't have screenshots, but this is the code we used to try to load the data for workplace location:

modelname="workplace_location"
from activitysim.estimation.larch import component_model
model, data = component_model(modelname, return_data=True)

Additional context
Our region, TransLink, is developing our own ABM using ActivitySim and is going through the estimation of long term decision models right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working/bug f
Projects
None yet
Development

No branches or pull requests

2 participants