Skip to content

Commit 792524a

Browse files
committed
Missed changing name of Control in test linalg
1 parent df5d432 commit 792524a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ D_222 = ss(da_2, [1 0; 0 2], eye(2), zeros(2,2), 0.005)
4545
@test norm(ss([1],[2],[3],[4])) == Inf
4646

4747
A = [1 100 10000; .01 1 100; .0001 .01 1]
48-
T, P, B = Control.balance(A)
48+
T, P, B = ControlSystems.balance(A)
4949
# The scaling is BLAS dependent. However, the ratio should be the same on all
5050
# machines. We just need to check that T == res * constant
5151
res_diag = [512, 8, 0.0625]

0 commit comments

Comments
 (0)