evaalapi.yaml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# This is for compatiiblity with pre-2023 demo and can be removed
demo:
    datafile: T03_02.txt
    commsep: '%'
    sepch: ';'
    V: 3
    S: 15
    inipos: 10.422057;43.718278;1
    reloadable: True

# These two trials are used by the demo
onlinedemo:
    datafile: T03_02.txt
    commsep: '%'
    sepch: ';'
    V: 3
    S: 15
    inipos: 10.422057;43.718278;1
    reloadable: True

offlinedemo:
    datafile: T03_02.txt
    commsep: '%'
    sepch: ';'
    V: 0
    S: 50
    inipos: 10.422057;43.718278;1
    offline: True
    reloadable: True

# These trials are used by the test suite
missingcsv:
    datafile: missing.csv
    commsep: '%'
    sepch: ','
    V: 4
    S: 17
    inipos: 11,21,1
    reloadable: True

nonrel:
    datafile: test.csv
    commsep: '%'
    sepch: ','
    V: 1
    S: 2
    inipos: 10.422057,43.718278,1
    reloadable: False

nrdemo:
    datafile: T03_02.txt
    commsep: '%'
    sepch: ';'
    V: 3
    S: 15
    inipos: 10.422057;43.718278;1
    reloadable: False

offtest: 
    datafile: test.csv
    commsep: '%'
    sepch: ','
    V: 0
    S: 2
    inipos: 10.422057,43.718278,1
    offline: True
    reloadable: True

nrofftest: 
    datafile: test.csv
    commsep: '%'
    sepch: ','
    V: 0
    S: 2
    inipos: 10.422057,43.718278,1
    offline: True
    reloadable: False


# Local Variables:
# mode: conf-colon
# End: