We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25644f9 commit a5ee11bCopy full SHA for a5ee11b
1 file changed
activitysim/abm/models/joint_tour_frequency.py
@@ -88,7 +88,7 @@ def joint_tour_frequency(
88
trace_label=trace_label,
89
)
90
91
- model_spec = state.filesystem.read_model_spec(file_name=model_settings["SPEC"])
+ model_spec = state.filesystem.read_model_spec(file_name=model_settings.SPEC)
92
coefficients_df = state.filesystem.read_model_coefficients(model_settings)
93
model_spec = simulate.eval_coefficients(
94
state, model_spec, coefficients_df, estimator
0 commit comments