Skip to content
Snippets Groups Projects
Commit 152fb491 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

occbin.DSGE_smoother.m: remove calls to print_info

Redundant due to noprint being set locally
parent d2667f6e
Branches
No related tags found
1 merge request!2325:bug: Enable smoother_inversion_filter option with MCMC
......@@ -182,8 +182,7 @@ opts_simul.periods = size(opts_simul.SHOCKS,1);
options_.occbin.simul=opts_simul;
[~, out, ss] = occbin.solver(M_,options_,oo_.dr,oo_.steady_state,oo_.exo_steady_state,oo_.exo_det_steady_state);
if out.error_flag
fprintf('Occbin smoother:: simulation within smoother did not converge.\n')
print_info(out.error_flag, options_.noprint, options_)
fprintf('Occbin smoother:: simulation within smoother did not converge.\n')
oo_.occbin.smoother.error_flag=321;
return;
end
......@@ -246,7 +245,6 @@ while is_changed && maxiter>iter && ~is_periodic
[~, out, ss] = occbin.solver(M_,options_,oo_.dr,oo_.steady_state,oo_.exo_steady_state,oo_.exo_det_steady_state);
if out.error_flag
fprintf('Occbin smoother:: simulation within smoother did not converge.\n')
print_info(out.error_flag, false, options_)
oo_.occbin.smoother.error_flag=321;
return;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment