@@ -28,7 +28,7 @@ function test_saveEventsFileInitBasic()
28
28
expectedStrcut(1 ).columns.onset.Units = ' s' ;
29
29
30
30
expectedStrcut(1 ).columns.trial_type.Description = ' types of trial' ;
31
- expectedStrcut(1 ).columns.trial_type.Levels = ' ' ;
31
+ expectedStrcut(1 ).columns.trial_type.Levels = struct() ;
32
32
33
33
expectedStrcut(1 ).columns.duration.Description = ' duration of the event or the block' ;
34
34
expectedStrcut(1 ).columns.duration.Units = ' s' ;
@@ -55,7 +55,7 @@ function test_saveEventsFileInitExtraColumns()
55
55
expectedStrcut(1 ).extraColumns.Speed.length = 1 ;
56
56
expectedStrcut(1 ).extraColumns.Speed.bids.LongName = ' ' ;
57
57
expectedStrcut(1 ).extraColumns.Speed.bids.Description = ' ' ;
58
- expectedStrcut(1 ).extraColumns.Speed.bids.Levels = ' ' ;
58
+ expectedStrcut(1 ).extraColumns.Speed.bids.Levels = struct() ;
59
59
expectedStrcut(1 ).extraColumns.Speed.bids.TermURL = ' ' ;
60
60
expectedStrcut(1 ).extraColumns.Speed.bids.Units = ' ' ;
61
61
@@ -82,13 +82,13 @@ function test_saveEventsFileInitExtraColumnsArray()
82
82
expectedStrcut(1 ).extraColumns.Speed.length = 1 ;
83
83
expectedStrcut(1 ).extraColumns.Speed.bids.LongName = ' ' ;
84
84
expectedStrcut(1 ).extraColumns.Speed.bids.Description = ' ' ;
85
- expectedStrcut(1 ).extraColumns.Speed.bids.Levels = ' ' ;
85
+ expectedStrcut(1 ).extraColumns.Speed.bids.Levels = struct() ;
86
86
expectedStrcut(1 ).extraColumns.Speed.bids.TermURL = ' ' ;
87
87
expectedStrcut(1 ).extraColumns.Speed.bids.Units = ' ' ;
88
88
expectedStrcut(1 ).extraColumns.LHL24.length = 3 ;
89
89
expectedStrcut(1 ).extraColumns.LHL24.bids.LongName = ' ' ;
90
90
expectedStrcut(1 ).extraColumns.LHL24.bids.Description = ' ' ;
91
- expectedStrcut(1 ).extraColumns.LHL24.bids.Levels = ' ' ;
91
+ expectedStrcut(1 ).extraColumns.LHL24.bids.Levels = struct() ;
92
92
expectedStrcut(1 ).extraColumns.LHL24.bids.TermURL = ' ' ;
93
93
expectedStrcut(1 ).extraColumns.LHL24.bids.Units = ' ' ;
94
94
0 commit comments