Skip to content
Snippets Groups Projects
Commit 895b5340 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

:bug: selec_posterior_draws.m: correct index (bug introduced in dc9560e6)

parent 58c15bd1
Branches
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ if info
end
pdraws(linee,1) = {x2(SampleAddress(i,4),:)};
if info==2
M_ = set_parameters_locally(M_,pdraws{i,1});
M_ = set_parameters_locally(M_,pdraws{linee,1});
[dr,~,M_.params] = compute_decision_rules(M_,options_,dr, endo_steady_state, exo_steady_state, exo_det_steady_state);
pdraws(linee,2) = { dr };
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment