Skip to content

Commit 968f58e

Browse files
authored
Merge pull request #116 from Remi-Gau/fix_for_release
[INFRA] fix tests dev
2 parents 22fb51f + ad92ced commit 968f58e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/data/config_MT.mat

-1 Bytes
Binary file not shown.

tests/data/config_MT_MST.mat

2 Bytes
Binary file not shown.

tests/test_checkParameters.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ function test_checkParameters_MT()
113113

114114
fileToLoad = fullfile(fileparts(mfilename('fullpath')), 'data', 'config_MT.mat');
115115
% uncomment for update default config .mat
116-
% expected = cfg;
117-
% save(fileToLoad, 'expected');
116+
% expected = cfg;
117+
% save(fileToLoad, 'expected');
118118
load(fileToLoad, 'expected');
119119

120120
% test
@@ -134,8 +134,8 @@ function test_checkParameters_MT_MST()
134134

135135
fileToLoad = fullfile(fileparts(mfilename('fullpath')), 'data', 'config_MT_MST.mat');
136136
% uncomment for update default config .mat
137-
% expected = cfg;
138-
% save(fileToLoad, 'expected');
137+
% expected = cfg;
138+
% save(fileToLoad, 'expected');
139139
load(fileToLoad, 'expected');
140140

141141
% test

0 commit comments

Comments
 (0)