[add][fix] added numberUtil and behaviourUtil to library
- numberUtil adds functions to Double - behaviourUtil adds functions to Option[FunctionArgs] - [add] getParam function to FunctionArgs case class - [fix] fixed typo in config
This commit is contained in:
@@ -47,19 +47,19 @@ groundtruths:
|
||||
- [7, 10.0]
|
||||
- [12, 16.0]
|
||||
delta:
|
||||
- name: flactuate
|
||||
args: {range: 1.0, center: [3, 3], distOffset: 0.5, time:[0, 12, 18]}
|
||||
- name: fluctuate
|
||||
args: {range: 1.0, center: [3, 3], distOffset: -0.5, time:[0, 12, 18]}
|
||||
timeline:
|
||||
- [0, 7]
|
||||
- [12, 16]
|
||||
- [18, 24]
|
||||
- [7, change, {target: 16.0, targetTime: 12, center: [3, 3], distOffset: 0.5, time:[7]}]
|
||||
- [16, change, {target: 10.0, targetTime: 18, center: [3, 3], distOffset: 0.5, time:[16]}]
|
||||
- [7, change, {target: 16.0, targetTime: 12, center: [3, 3], distOffset: -0.5, time:[7]}]
|
||||
- [16, change, {target: 10.0, targetTime: 18, center: [3, 3], distOffset: -0.5, time:[16]}]
|
||||
|
||||
- group: humidity
|
||||
parent: temperature
|
||||
delta:
|
||||
- [0, humidFromTemp, {dewpoint: 12.0, range: 1.0, center: [3, 3], distOffset: 0.5, time:[0, 7, 12, 16, 18]}]
|
||||
- [0, humidFromTemp, {dewpoint: 12.0,}]
|
||||
|
||||
behaviours:
|
||||
- group: temperature
|
||||
|
||||
Reference in New Issue
Block a user