File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ function test_createDataDictionaryBasic()
6666
6767end
6868
69-
7069function 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-
123121end
You can’t perform that action at this time.
0 commit comments