cosmetic change

unit-tests
Marco Ratto 2022-10-20 19:09:52 +02:00
parent d0150997f6
commit e31b313776
3 changed files with 3 additions and 3 deletions

View File

@ -314,7 +314,7 @@ for shock_period = 1:n_shocks_periods
end end
else else
if is_periodic_loop 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; error_flag = 313;
else else
disp_verbose('Did not converge -- increase maxit.',opts_simul_.debug) disp_verbose('Did not converge -- increase maxit.',opts_simul_.debug)

View File

@ -343,7 +343,7 @@ for shock_period = 1:n_shocks_periods
end end
else else
if is_periodic_loop 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; error_flag = 313;
else else
disp_verbose('Did not converge -- increase maxit.',opts_simul_.debug) disp_verbose('Did not converge -- increase maxit.',opts_simul_.debug)

View File

@ -189,7 +189,7 @@ switch info(1)
case 312 case 312
message = 'Occbin: Constraint(s) are binding at the end of the sample.'; message = 'Occbin: Constraint(s) are binding at the end of the sample.';
case 313 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 case 320
message = 'Piecewise linear Kalman filter: There was a problem in obtaining the likelihood.'; message = 'Piecewise linear Kalman filter: There was a problem in obtaining the likelihood.';
case 401 case 401