Skip to content

Commit 3e45518

Browse files
committed
fixing failed choice test
1 parent 326eebe commit 3e45518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

activitysim/core/simulate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,14 +1530,14 @@ def eval_nl(
15301530
_resimulate_failed_choice_for_tracing(
15311531
state=state,
15321532
choosers=choosers,
1533-
spec=spec_sh,
1533+
spec=spec,
15341534
locals_d=locals_d,
15351535
log_alt_losers=log_alt_losers,
15361536
trace_label=trace_label,
15371537
have_trace_targets=have_trace_targets,
15381538
estimator=estimator,
15391539
trace_column_names=trace_column_names,
1540-
spec_sh=spec_sh,
1540+
spec_sh=spec,
15411541
chunk_sizer=chunk_sizer,
15421542
compute_settings=compute_settings,
15431543
)

0 commit comments

Comments
 (0)