Testsuite: change the seed for some Octave test

Under Octave, the default seed in fs2000ns_uncorr_ME.mod leads to a generated
dataset that makes fs2000ns_corr_ME.mod and fs2000ns_corr_ME_missing.mod
fail (due to a large difference between univariate and multivariate diffuse
filters).
time-shift
Sébastien Villemot 2020-02-13 18:12:10 +01:00
parent 3b60e26e63
commit 633f1ad85a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
@#include "fs2000ns_model.inc"
% Under Octave, the default seed leads to a generated dataset that makes
% fs2000ns_corr_ME.mod and fs2000ns_corr_ME_missing.mod fail (due to a large
% difference between univariate and multivariate diffuse filters).
if isoctave
set_dynare_seed(2);
end
stoch_simul(periods=200, order=1,irf=0);
temp=oo_.endo_simul;
%add measurement error