Skip to content

Commit

Permalink
Error
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanicERS committed Jan 31, 2025
1 parent 21cfda5 commit ef80bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate_calibration_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ function generate_calibration_inputs(; model_container, start_data, max_iter=100
#build_model!(mc)
#run_model!(model_container=mc, max_iter=max_iter, constr_viol_tol=constr_viol_tol)

return (fixed_calibration=fixed, data_calibration=deepcopy(mc.data))
return (fixed_calibration=deepcopy(fixed), data_calibration=deepcopy(calibrate_start))
end

0 comments on commit ef80bdc

Please sign in to comment.