Changed some integration tests for lowering the execution time of the testsuite.

time-shift
Stéphane Adjemian (Charybdis) 2017-03-17 18:23:47 +01:00
parent 2125d82cae
commit 052655e353
3 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@ var dx dy;
varobs dx dy;
bvar_density(datafile = bvar_sample, first_obs = 20, bvar_prior_flat,
bvar_prior_train = 10) 8;
bvar_prior_train = 10) 2;
bvar_forecast(forecast = 10, bvar_replic = 10000, nobs = 200) 8;
bvar_forecast(forecast = 2, bvar_replic = 1000, nobs = 200) 2;
bvar_irf(8,'Cholesky');
bvar_irf(8,'SquareRoot');
bvar_irf(2,'Cholesky');
bvar_irf(2,'SquareRoot');

View File

@ -72,4 +72,4 @@ end;
steady(nocheck);
Simulations = extended_path_mc([], 10, 5, [], options_, M_, oo_);
Simulations = extended_path_mc([], 2, 2, [], options_, M_, oo_);

View File

@ -1,6 +1,6 @@
@#include "fs2000.common.inc"
estimation(mode_compute=6,order=1, datafile='../fs2000/fsdat_simul', nobs=192, mh_replic=0, optim=('nclimb-mh', 10, 'ncov-mh', 5000, 'nscale-mh', 10000));
estimation(mode_compute=6,order=1, datafile='../fs2000/fsdat_simul', nobs=192, mh_replic=0, optim=('nclimb-mh', 10, 'ncov-mh', 1000, 'nscale-mh', 5000));
// test the mode file generated with mode_compute=6
estimation(order=1,datafile='../fs2000/fsdat_simul',nobs=192,loglinear,mode_compute=0,mode_file=fs2000_6_mode,mh_replic=10,