flamesample: use odd fraction for limits

workaround for problems when driving exactly to the limit
This commit is contained in:
l_samenv 2023-10-25 09:42:09 +02:00
parent 813d1b76ef
commit 8cb9154bb5

View File

@ -45,7 +45,7 @@ Mod('ts',
value=Param(unit='K'),
low='ts_low',
high='ts_high',
min_high=0.6,
max_low=1.7,
min_high=0.6035,
max_low=1.6965,
tolerance=0.1,
)