Skip to content
Snippets Groups Projects
Commit a58fb5ed authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch '6.x' into '6.x'

:bug: discretionary_policy_1: fix bug introduced in 3053f9b7

See merge request !2312
parents e81e5b6e 15c684ca
No related branches found
No related tags found
1 merge request!2312:bug: discretionary_policy_1: fix bug introduced in 3053f9b7
Pipeline #10843 failed
......@@ -81,7 +81,7 @@ iyr0 = find(iyv(:)) ;
z = z(iyr0);
it_ = M_.maximum_lag + 1 ;
[junk,jacobia_] = feval([M_.fname '.dynamic'],z,zeros(M_.exo_nbr+M_.exo_det_nbr,klen), M_.params, ys, it_);
[junk,jacobia_] = feval([M_.fname '.dynamic'],z,zeros(klen,M_.exo_nbr+M_.exo_det_nbr), M_.params, ys, it_);
if max(abs(junk))>options_.solve_tolf
info = 65; %the model must be written in deviation form and not have constant terms or have a steady state provided
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment