Skip to content

Commit 76ec2de

Browse files
committed
replace deprecated sp.matrix
1 parent 2016386 commit 76ec2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/matlab_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def testCombi01(self):
652652

653653
# start with the basic satellite model sat1, and get the
654654
# payload attitude response
655-
Hp = tf(sp.matrix([0, 0, 0, 1])*sat1)
655+
Hp = tf(np.array([0, 0, 0, 1])*sat1)
656656

657657
# total open loop
658658
Hol = Hc*Hno*Hp

0 commit comments

Comments
 (0)