Skip to content

Commit 637a09c

Browse files
test: fix open_loop test
1 parent 5a2bfbd commit 637a09c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Blocks/test_analysis_points.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ L = P*C
7272
=#
7373

7474
# Open loop
75-
open_sys = Blocks.open_loop(sys, :plant_input)
76-
@unpack u, y = open_sys
75+
open_sys, (u, y) = Blocks.open_loop(sys, :plant_input)
7776

7877
# Linearizing the open-loop system should yield the same system as get_looptransfer
7978
matrices, _ = linearize(open_sys, [u], [y])

0 commit comments

Comments
 (0)