Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb7945f3

Browse files
committed
added missing unit test
1 parent114bce6 commitb7945f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎control/tests/statesp_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def test_is_static_gain(self):
395395
D0=0
396396
D1=np.ones((2,1))
397397
assertStateSpace(A0,B0,C1,D1).is_static_gain()
398+
assertnotStateSpace(A1,B0,C1,D1).is_static_gain()
398399
assertnotStateSpace(A0,B1,C1,D1).is_static_gain()
399400
assertnotStateSpace(A1,B1,C1,D1).is_static_gain()
400401
assertStateSpace(A0,B0,C0,D0).is_static_gain()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp