File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2424 fieldsToSet.bids.LongName = ' ' ;
2525 fieldsToSet.bids.Description = ' ' ;
2626 fieldsToSet.bids.Levels = struct();
27- fieldsToSet.bids.TermURL = ' www.TODO.later' ;
27+ fieldsToSet.bids.TermURL = ' https:// www.TODO.later' ;
2828 fieldsToSet.bids.Units = ' ' ;
2929
3030 % convert the cell of column name into a structure
Original file line number Diff line number Diff line change 1515 "LongName" : " " ,
1616 "Description" : " " ,
1717 "Levels" : {},
18- "TermURL" : " www.TODO.later" ,
18+ "TermURL" : " https:// www.TODO.later" ,
1919 "Units" : " "
2020 },
2121 "LHL24_01" : {
2222 "LongName" : " " ,
2323 "Description" : " " ,
2424 "Levels" : {},
25- "TermURL" : " www.TODO.later" ,
25+ "TermURL" : " https:// www.TODO.later" ,
2626 "Units" : " "
2727 },
2828 "LHL24_02" : {
2929 "LongName" : " " ,
3030 "Description" : " " ,
3131 "Levels" : {},
32- "TermURL" : " www.TODO.later" ,
32+ "TermURL" : " https:// www.TODO.later" ,
3333 "Units" : " "
3434 },
3535 "LHL24_03" : {
3636 "LongName" : " " ,
3737 "Description" : " " ,
3838 "Levels" : {},
39- "TermURL" : " www.TODO.later" ,
39+ "TermURL" : " https:// www.TODO.later" ,
4040 "Units" : " "
4141 }
4242}
Original file line number Diff line number Diff line change 1212 "Description" : " " ,
1313 "Levels" : {},
1414 "LongName" : " " ,
15- "TermURL" : " www.TODO.later" ,
15+ "TermURL" : " https:// www.TODO.later" ,
1616 "Units" : " "
1717 },
1818 "LHL24_01" : {
1919 "Description" : " " ,
2020 "Levels" : {},
2121 "LongName" : " " ,
22- "TermURL" : " www.TODO.later" ,
22+ "TermURL" : " https:// www.TODO.later" ,
2323 "Units" : " "
2424 },
2525 "LHL24_02" : {
2626 "Description" : " " ,
2727 "Levels" : {},
2828 "LongName" : " " ,
29- "TermURL" : " www.TODO.later" ,
29+ "TermURL" : " https:// www.TODO.later" ,
3030 "Units" : " "
3131 },
3232 "LHL24_03" : {
3333 "Description" : " " ,
3434 "Levels" : {},
3535 "LongName" : " " ,
36- "TermURL" : " www.TODO.later" ,
36+ "TermURL" : " https:// www.TODO.later" ,
3737 "Units" : " "
3838 },
3939 "is_Fixation" : {
4040 "Description" : " " ,
4141 "Levels" : {},
4242 "LongName" : " " ,
43- "TermURL" : " www.TODO.later" ,
43+ "TermURL" : " https:// www.TODO.later" ,
4444 "Units" : " "
4545 }
4646}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function test_saveEventsFileInitExtraColumns()
5656 expectedStrcut(1 ).extraColumns.Speed.bids.LongName = ' ' ;
5757 expectedStrcut(1 ).extraColumns.Speed.bids.Description = ' ' ;
5858 expectedStrcut(1 ).extraColumns.Speed.bids.Levels = struct();
59- expectedStrcut(1 ).extraColumns.Speed.bids.TermURL = ' www.TODO.later' ;
59+ expectedStrcut(1 ).extraColumns.Speed.bids.TermURL = ' https:// www.TODO.later' ;
6060 expectedStrcut(1 ).extraColumns.Speed.bids.Units = ' ' ;
6161
6262 %% test
@@ -83,13 +83,13 @@ function test_saveEventsFileInitExtraColumnsArray()
8383 expectedStrcut(1 ).extraColumns.Speed.bids.LongName = ' ' ;
8484 expectedStrcut(1 ).extraColumns.Speed.bids.Description = ' ' ;
8585 expectedStrcut(1 ).extraColumns.Speed.bids.Levels = struct();
86- expectedStrcut(1 ).extraColumns.Speed.bids.TermURL = ' www.TODO.later' ;
86+ expectedStrcut(1 ).extraColumns.Speed.bids.TermURL = ' https:// www.TODO.later' ;
8787 expectedStrcut(1 ).extraColumns.Speed.bids.Units = ' ' ;
8888 expectedStrcut(1 ).extraColumns.LHL24.length = 3 ;
8989 expectedStrcut(1 ).extraColumns.LHL24.bids.LongName = ' ' ;
9090 expectedStrcut(1 ).extraColumns.LHL24.bids.Description = ' ' ;
9191 expectedStrcut(1 ).extraColumns.LHL24.bids.Levels = struct();
92- expectedStrcut(1 ).extraColumns.LHL24.bids.TermURL = ' www.TODO.later' ;
92+ expectedStrcut(1 ).extraColumns.LHL24.bids.TermURL = ' https:// www.TODO.later' ;
9393 expectedStrcut(1 ).extraColumns.LHL24.bids.Units = ' ' ;
9494
9595 %% test
You can’t perform that action at this time.
0 commit comments