Merge branch 'model_diag' into 'master'

model_diagnostics.m

See merge request Dynare/dynare!1722
time-shift
Sébastien Villemot 2020-03-10 13:00:45 +00:00
commit 09c10bed72
1 changed files with 1 additions and 1 deletions

View File

@ -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)