Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Mar 8, 2024
1 parent 5c1524f commit cf0a663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion activitysim/abm/models/school_escorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,9 @@ def school_escorting(
for stage_num, stage in enumerate(school_escorting_stages):
stage_trace_label = trace_label + "_" + stage
estimator = estimation.manager.begin_estimation(
state, model_name="school_escorting_" + stage, bundle_name="school_escorting"
state,
model_name="school_escorting_" + stage,
bundle_name="school_escorting",
)

model_spec_raw = simulate.read_model_spec(
Expand Down

0 comments on commit cf0a663

Please sign in to comment.