dynare_estimation_1: restore exiting with mode_compute=0 and order=1

time-shift
Johannes Pfeifer 2021-01-17 20:06:49 +01:00 committed by Stéphane Adjemian (Charybdis)
parent ade1dfce5e
commit de16e9c00a
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 3 additions and 3 deletions

View File

@ -181,10 +181,10 @@ if isequal(options_.mode_compute,0) && isempty(options_.mode_file) && options_.m
if options_.forecast > 0
oo_.forecast = dyn_forecast(var_list_,M_,options_,oo_,'smoother',dataset_info);
end
%reset qz_criterium
options_.qz_criterium=qz_criterium_old;
return
end
%reset qz_criterium
options_.qz_criterium=qz_criterium_old;
return
else %allow to continue, e.g. with MCMC_jumping_covariance
if options_.smoother
error('Estimation:: Particle Smoothers are not yet implemented.')