Skip to content

Commit 8b45d5a

Browse files
dhenslealetzdy
andauthored
Alts Preprocessor Typo (#972)
* initial batch of models with pre and post processing added * nonmand sched and transit pass models * first pass at preprocessing and annotate functionality in all models * fixing bugs in jtf and trip purpose * adding persons back in to locals_d in jtc * model name missing in tour scheduling * missing expressions import in tour sched prob * ci unit tests & fixing estimation test error * addressing review comments * fixing typo in location alts preprocessor names --------- Co-authored-by: Ali Etezady <[email protected]>
1 parent 51fd5e8 commit 8b45d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activitysim/abm/models/location_choice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ def run_location_simulate(
703703
skims=None,
704704
model_settings=model_settings,
705705
trace_label=trace_label,
706-
preprocessor_setting_name="alts_preprocessor_sample",
706+
preprocessor_setting_name="alts_preprocessor_simulate",
707707
)
708708

709709
if estimator:

0 commit comments

Comments
 (0)