Skip to content

Commit 7adb287

Browse files
committed
modify undetectable system test (take 2)
1 parent 4484457 commit 7adb287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_state_estim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sys = [ tf(1.90,[18.0,1]) tf(1.90,[18.0,1]) tf(1.90,[18.0,1]);
3434
@test_throws ErrorException SteadyKalmanFilter(linmodel1, nint_ym=0, σQ=[1])
3535
@test_throws ErrorException SteadyKalmanFilter(linmodel1, nint_ym=0, σR=[1,1,1])
3636
@test_throws ErrorException SteadyKalmanFilter( # test error compute Kalman gain K
37-
LinModel(tf(1,[1, 0]),1), nint_ym=[1]
37+
LinModel(ss([1 0;0 1], [1; 0], [1 0], 0, 1.0)), nint_ym=[1]
3838
)
3939
end
4040

0 commit comments

Comments
 (0)