Skip to content

Commit 4484457

Browse files
committed
modify undetectable system test
1 parent 8a56c4f commit 4484457

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,[10,1]),1), nint_ym=[2], σQ_int=[0,0]
37+
LinModel(tf(1,[1, 0]),1), nint_ym=[1]
3838
)
3939
end
4040

0 commit comments

Comments
 (0)