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

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

Ref. !1938
parents f1a0bdb8 fbd4fa7f
Branches
Tags
1 merge request!1938model_diagnostics.m: fix compatibility with loglinear option
Pipeline #6077 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment