From a726e7da08fc4de9382f63317681ff849532bf38 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Fri, 25 Aug 2017 16:16:03 +0200 Subject: [PATCH] Update test --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index da621af..be2256f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -69,7 +69,7 @@ end LabProcesses.finalize(P) na = 6 nb = 5 -arxtf = arx(h, y[:], u, na, nb; λ = 0) +arxtf,_ = arx(h, y[:], u, na, nb; λ = 0) w1_100 = logspace(-1,log10(100),500) true_resp = freqresp(P.s.sys, w1_100) -- GitLab