Skip to content

Commit b412bc0

Browse files
committed
mh fix
1 parent d596454 commit b412bc0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_createDataDictionary.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ function test_createDataDictionaryBasic()
6666

6767
end
6868

69-
7069
function test_createDataDictionaryStim()
7170

7271
outputDir = fullfile(fileparts(mfilename('fullpath')), '..', 'output');
@@ -85,11 +84,11 @@ function test_createDataDictionaryStim()
8584
cfg.testingDevice = 'mri';
8685

8786
cfg = createFilename(cfg);
88-
87+
8988
stimLogFile.extraColumns.Speed.length = 1;
9089
stimLogFile.extraColumns.LHL24.length = 3;
9190
stimLogFile.extraColumns.is_Fixation.length = 1;
92-
91+
9392
stimLogFile.SamplingFrequency = 100;
9493
stimLogFile.StartTime = 0;
9594

@@ -119,5 +118,4 @@ function test_createDataDictionaryStim()
119118
% test_createDataDictionary>test_createDataDictionaryBasic:48
120119
% (/github/workspace/tests/test_createDataDictionary.m)
121120

122-
123121
end

0 commit comments

Comments
 (0)