Skip to content

Commit 452bd00

Browse files
committed
Code quality.
1 parent e05c81a commit 452bd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sympy/physics/control/tests/test_lti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ def test_StateSpace_symbolics():
18381838
[a12*c1 + a22*c2]])]
18391839
assert qc == Matrix([[0, 1], [1, -5]])
18401840
assert qo == Matrix([[0, 1], [1, -5]])
1841-
assert ss.rewrite(TransferFunction) == [[TransferFunction(-c1*(a12*b2 - a22*b1 + b1*s) - c2*(-a11*b2 + a21*b1 + b2*s),
1841+
assert ss.rewrite(TransferFunction) == [[TransferFunction(-c1*(a12*b2 - a22*b1 + b1*s) - c2*(-a11*b2 + a21*b1 + b2*s),
18421842
-a11*a22 + a11*s + a12*a21 + a22*s - s**2, s)]]
18431843

18441844

0 commit comments

Comments
 (0)