flamesample: use odd fraction for limits
workaround for problems when driving exactly to the limit
This commit is contained in:
parent
813d1b76ef
commit
8cb9154bb5
@ -45,7 +45,7 @@ Mod('ts',
|
|||||||
value=Param(unit='K'),
|
value=Param(unit='K'),
|
||||||
low='ts_low',
|
low='ts_low',
|
||||||
high='ts_high',
|
high='ts_high',
|
||||||
min_high=0.6,
|
min_high=0.6035,
|
||||||
max_low=1.7,
|
max_low=1.6965,
|
||||||
tolerance=0.1,
|
tolerance=0.1,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user