Skip to content

Commit a5ee11b

Browse files
committed
bugfix
1 parent 25644f9 commit a5ee11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activitysim/abm/models/joint_tour_frequency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def joint_tour_frequency(
8888
trace_label=trace_label,
8989
)
9090

91-
model_spec = state.filesystem.read_model_spec(file_name=model_settings["SPEC"])
91+
model_spec = state.filesystem.read_model_spec(file_name=model_settings.SPEC)
9292
coefficients_df = state.filesystem.read_model_coefficients(model_settings)
9393
model_spec = simulate.eval_coefficients(
9494
state, model_spec, coefficients_df, estimator

0 commit comments

Comments
 (0)