Skip to content
Snippets Groups Projects
Commit 0d1aa906 authored by Marco Ratto's avatar Marco Ratto Committed by Johannes Pfeifer
Browse files

cosmetic change

(cherry picked from commit e31b3137)
parent fe1ba750
Branches
Tags
1 merge request!2102Port recent bugfixes to 5.x
......@@ -314,7 +314,7 @@ for shock_period = 1:n_shocks_periods
end
else
if is_periodic_loop
disp_verbose('Did not converge -- infinite loop of regimes.',opts_simul_.debug)
disp_verbose('Did not converge -- infinite loop of guess regimes.',opts_simul_.debug)
error_flag = 313;
else
disp_verbose('Did not converge -- increase maxit.',opts_simul_.debug)
......
......@@ -343,7 +343,7 @@ for shock_period = 1:n_shocks_periods
end
else
if is_periodic_loop
disp_verbose('Did not converge -- infinite loop of regimes.',opts_simul_.debug)
disp_verbose('Did not converge -- infinite loop of guess regimes.',opts_simul_.debug)
error_flag = 313;
else
disp_verbose('Did not converge -- increase maxit.',opts_simul_.debug)
......
......@@ -189,7 +189,7 @@ switch info(1)
case 312
message = 'Occbin: Constraint(s) are binding at the end of the sample.';
case 313
message = 'Occbin: Simulation did not converge -- infinite loop of regimes';
message = 'Occbin: Simulation did not converge -- infinite loop of guess regimes';
case 320
message = 'Piecewise linear Kalman filter: There was a problem in obtaining the likelihood.';
otherwise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment