test suite: add missing deletion of downloaded binaries

time-shift
Houtan Bastani 2015-08-03 08:52:12 +02:00
parent ae013bbd6c
commit 779e59cf02
3 changed files with 4 additions and 0 deletions

View File

@ -85,3 +85,4 @@ if max(max(abs(oo_.dr.ghxx-dyn_432_results.oo_.dr.ghxx)))>1e-6 || max(max(abs(oo
error('Second order decision rules wrong')
end
delete('example1_results_dyn_432.mat')

View File

@ -129,3 +129,4 @@ if max(max(max(max(abs(gxxx-gxxx_dyn))))) > 1e-8
else max(max(max(max(abs(gxxx-gxxx_dyn)))))
end
delete('FV_2011_policyfunctions.mat')

View File

@ -979,3 +979,5 @@ end;
% *******************************************
simul(periods=125,maxit=100);
delete('lola_data.mat')