Merge branch 'model_diagnostics_loglinear' of git.dynare.org:JohannesPfeifer/dynare

Ref. !1938
pac-components
Sébastien Villemot 2021-09-28 18:23:37 +02:00
commit 67713f555a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ end
% check if ys is steady state
options.debug=1; %locally set debug option to 1
if options.logged_steady_state %if steady state was previously logged, undo this
oo.dr.ys=exp(oo.dr.ys);
oo.steady_state=exp(oo.steady_state);
options.logged_steady_state=0;
end
[dr.ys,M.params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,options.steadystate.nocheck);
% testing for problem