Sorry for reviving an old thread, but I’m having the same issue.
John suggested changing the minimum expected value. But this just increases the expression’s expected value range.
linear(t, t_min, t_max, value1, value2)
The way this expression should work is when t equals or is less than t_min, the method will output value1.
This is not what is happening for me. When t is less than t_min it treats it as a positive number.
Can anyone help me out where I’m going wrong in all this?
Thanks!