-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
BugSomething isn't working/bug fSomething isn't working/bug f
Description
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:
- 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)
- Load the estimation data bundle for workplace location using the estimation notebook for workplace location
- 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.
Metadata
Metadata
Assignees
Labels
BugSomething isn't working/bug fSomething isn't working/bug f