[fix] fixed wrong whitespaces in config.yml

This commit is contained in:
2020-01-29 01:19:10 -06:00
parent a50b386cad
commit 1b2f23670a

View File

@@ -12,7 +12,7 @@ sensors:
count: 10 count: 10
- [2, 3, 50] - [2, 3, 50]
blocks: blocks:
- start: [8, 1] - start: [8, 1]
end: [3, 3] end: [3, 3]
count: 30 count: 30
@@ -34,37 +34,37 @@ groundtruth:
cells: cells:
- [0, 2, 10] - [0, 2, 10]
blocks: blocks:
- start: [8, 1] - start: [8, 1]
end: [3, 3] end: [3, 3]
count: 50 count: 50
- group: humidity - group: humidity
parent: temperature parent: temperature
truth: truth:
- [0, None] - [0, None]
- [30, 0.6] - [30, 0.6]
- [50, None] - [50, None]
delta: delta:
- [10, None, []] - [10, None, []]
- [30, addValuePercent, [0.03, 0.8]] - [30, addValuePercent, [0.03, 0.8]]
- [50, humidFromTemp, []] - [50, humidFromTemp, []]
blocks: blocks:
- start: [15, 15] - start: [15, 15]
end: [17, 17] end: [17, 17]
percent: 0.8 percent: 0.8
behaviour: behaviour:
- group: temperature - group: temperature
sharedObject: objectTemp sharedObject: objectTemp
functions: functions:
- name: randomValue - name: randomValue
args: args:
- 40 - 40
- 80 - 80
duration: duration:
- start: 60 - start: 60
- [100, normalValue, [2]] - [100, normalValue, [2]]
- [120, None, []] - [120, None, []]
blocks: blocks:
- start: [5,6] - start: [5,6]
end: [8,9] end: [8,9]
percent: 1.0 percent: 1.0