Skip to content

Commit

Permalink
Error
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanicERS committed Jan 29, 2025
1 parent f0a084a commit b259111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibrate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function calibrate(; start_data, data, sets=sets, parameters, fixed, max_iter=10
fixed["vdpp"] = NamedArray(falses(size(data["vdpp"])), names(data["vdpp"]))
fixed["vdpp"][1, 1] = true

mod = model_struc(calibrate_start, sets, parameters, fixed, nothing)
mod = model_struct(calibrate_start, sets, parameters, fixed, nothing)
@time begin
solve_model!(mod; max_iter=max_iter, constr_viol_tol=constr_viol_tol)
end
Expand Down

0 comments on commit b259111

Please sign in to comment.