Exclude recursive/ls2003_bayesian_xls.mod from testsuite if Octave version is less than 3.8 (problem for reading xls files).

time-shift
Stéphane Adjemian (Karaba) 2015-06-05 16:33:53 +02:00
parent 7a93e93f94
commit 1658e5b997
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
if isoctave() && octave_ver_less_than('3.8')
return
end
if ~isoctave() && ~matlab_ver_less_than('8.4')
websave('data_ca1_xls.xlsx','http://www.dynare.org/Datasets/data_ca1_xls.xlsx')
else