feedback(ss(0.5, 1, 1, 0, 1), 1) currently throws "sampletime mismatch"
I guess that this will be resolved after pulling the sampletime PR, so this is just a reminder to check that this is indeed the case.
Here are two simple regression tests to add.
@test feedback(ss(0.5, 1, 1, 0, 1), 1) == ss(-0.5, 1, 1, 0, 1)
@test feedback(1, ss(0.5, 1, 1, 0, 1)) == ss(-0.5, 1, -1, 1, 1)