Fixed unit tests.

fix-tolerance-parameters
Stéphane Adjemian (Charybdis) 2022-04-28 12:53:52 +02:00
parent 1d22285043
commit 4386116c91
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ dynare_config();
disp('');
disp(['*** TESTING: test_aggregate_routine_1_2.m.trs ***']);
try
aggregate('toto2.mod', {}, 'ecb/aggregate/1', 'ecb/aggregate/2');
aggregate('toto2.mod', {}, '', 'ecb/aggregate/1', 'ecb/aggregate/2');
testFailed = false;
catch
testFailed = true;

View File

@ -12,7 +12,7 @@ dynare_config();
disp('');
disp(['*** TESTING: test_aggregate_routine_1_2_3.m.trs ***']);
try
aggregate('toto3.mod', {}, 'ecb/aggregate/1', 'ecb/aggregate/2', 'ecb/aggregate/3');
aggregate('toto3.mod', {}, '', 'ecb/aggregate/1', 'ecb/aggregate/2', 'ecb/aggregate/3');
testFailed = false;
catch
testFailed = true;