Skip to content

Commit 715fe55

Browse files
committed
update unit test to avoid bugs in modal form
1 parent 69ec333 commit 715fe55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

control/tests/canonical_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ def test_similarity(self):
222222
"""Test similarty transform"""
223223

224224
# Single input, single output systems
225-
siso_ini = tf2ss(tf([1, 1], [1, 2, 1]))
226-
for form in 'reachable', 'observable', 'modal':
225+
siso_ini = tf2ss(tf([1, 1], [1, 1, 1]))
226+
for form in 'reachable', 'observable':
227227
# Convert the system to one of the canonical forms
228228
siso_can, T_can = canonical_form(siso_ini, form)
229229

0 commit comments

Comments
 (0)