Testsuite: drop useless version check (we require at least MATLAB R2009b/7.9)

time-shift
Sébastien Villemot 2020-01-14 11:25:34 +01:00
parent 4a5fce4b8e
commit 7c2338034f
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if any(abs(t4(:))>1e-12)
error('Test failure:: Problem with the seed of the random number algorithm')
end
if ~isoctave && ~matlab_ver_less_than('7.7')
if ~isoctave
set_dynare_seed('mlfg6331_64',0)
stoch_simul(periods=1000,irf=0,nomoments);