Skip to content
Snippets Groups Projects
Commit 2e45c8d4 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Testsuite: fixed typo in seed test

parent 915bb4c4
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ if any(abs(t4(:))>1e-12)
error('Test failure:: Problem with the seed of the random number algorithm')
end
if ~exist('OCTAVE_VERSION') || ~matlab_ver_less_than(7.7)
if ~exist('OCTAVE_VERSION') && ~matlab_ver_less_than(7.7)
set_dynare_seed('mlfg6331_64',0)
stoch_simul(periods=1000,irf=0,nomoments);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment