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

Merge branch 'model_diag' into 'master'

model_diagnostics.m

See merge request Dynare/dynare!1722
parents 721ae71d 99f4fcad
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ end
% check if ys is steady state
options.debug=1; %locally set debug option to 1
[dr.ys,params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,1);
[dr.ys,M.params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,options.steadystate.nocheck);
% testing for problem
if check1(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment