Temporarily disable conditional_forecast tests

time-shift
Sébastien Villemot 2013-03-25 11:18:02 +01:00
parent d308356a2f
commit 3079ad49fa
2 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,8 @@ end;
options_.stack_solve_algo = 0;
options_.maxit_ = 50;
error('Test disabled, enters an infinite loop')
conditional_forecast(parameter_set=calibration, controlled_varexo=(e_m,e_a), simulation_type = deterministic);
/*shocks;

View File

@ -97,6 +97,8 @@ varobs gp_obs gy_obs;
options_.solve_tolf = 1e-12;
error('Test disabled, enters an infinite loop')
// Metropolis replications are too few, this is only for testing purpose
estimation(order=1,datafile=fsdat_simul,nobs=192,loglinear,mh_replic=10000,mh_nblocks=1,mh_jscale=0.8);