def test_pow(self):
     sys1 = TransferFunction([1., 3., 5], [1., 6., 2., -1])
     with pytest.raises(ValueError):
         TransferFunction.__pow__(sys1, 0.5)