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'), 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,
) )