Skip to content

Issues loading estimation data bundle for workplace location model #686

@bwentl

Description

@bwentl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working/bug f

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions