Skip to content

Commit 6482f92

Browse files
committed
move files from manual test folder
1 parent 2cce931 commit 6482f92

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,42 @@
11
{
22
"onset": {
33
"Description": "time elapsed since experiment start",
4-
"Unit": "s"
4+
"Units": "s"
55
},
66
"trial_type": {
77
"Description": "types of trial",
88
"Levels": ""
99
},
1010
"duration": {
1111
"Description": "duration of the event or the block",
12-
"Unit": "s"
12+
"Units": "s"
1313
},
1414
"Speed": {
1515
"LongName": "",
1616
"Description": "",
1717
"Levels": "",
18-
"TermURL": ""
18+
"TermURL": "",
19+
"Units": ""
1920
},
2021
"LHL24_01": {
2122
"LongName": "",
2223
"Description": "",
2324
"Levels": "",
24-
"TermURL": ""
25+
"TermURL": "",
26+
"Units": ""
2527
},
2628
"LHL24_02": {
2729
"LongName": "",
2830
"Description": "",
2931
"Levels": "",
30-
"TermURL": ""
32+
"TermURL": "",
33+
"Units": ""
3134
},
3235
"LHL24_03": {
3336
"LongName": "",
3437
"Description": "",
3538
"Levels": "",
36-
"TermURL": ""
39+
"TermURL": "",
40+
"Units": ""
3741
}
3842
}
File renamed without changes.

manualTests/test_createDataDictionary.m renamed to tests/test_createDataDictionary.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function test_createDataDictionaryBasic()
2828
logFile.extraColumns.Speed.length = 1;
2929
logFile.extraColumns.LHL24.length = 3;
3030
logFile = saveEventsFile('init', cfg, logFile);
31+
32+
logFile = saveEventsFile('open', cfg, logFile);
3133

3234
createDataDictionary(cfg, logFile);
3335

0 commit comments

Comments
 (0)