You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jpn-- In the auto ownership component model, I can pass in parameters like the edb_directory like so: model, data = component_model(modelname, return_data=True, edb_directory = 'C:\output3\estimation_data_bundle\auto_ownership')
@jpn-- In the auto ownership component model, I can pass in parameters like the edb_directory like so:
model, data = component_model(modelname, return_data=True, edb_directory = 'C:\output3\estimation_data_bundle\auto_ownership')
But I don't think this is possible for the location choice models like school location because the parameters are not exposed in the component model functions:
https://github.com/ActivitySim/activitysim/blob/master/activitysim/estimation/larch/location_choice.py#L297
They are available in the location_choice_model function, so could be made available to each component model:
https://github.com/ActivitySim/activitysim/blob/master/activitysim/estimation/larch/location_choice.py#L35
The text was updated successfully, but these errors were encountered: