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

Commit7de3cc8

Browse files
committed
TRV: adjusted indentation + removed trailing space
1 parentc90a399 commit7de3cc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎control/tests/convert_test.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def setUp(self):
3535
# Maximum number of states to test + 1
3636
self.maxStates=4
3737
# Maximum number of inputs and outputs to test + 1
38-
# If slycot is not installed, just check SISO
38+
# If slycot is not installed, just check SISO
3939
self.maxIO=5ifslycot_check()else2
4040
# Set to True to print systems to the output.
4141
self.debug=False
@@ -174,11 +174,11 @@ def testConvertMIMO(self):
174174

175175
# Set up a transfer function (should always work)
176176
tfcn=control.tf([[[-235,1.146e4],
177-
[-235,1.146E4],
178-
[-235,1.146E4,0]]],
179-
[[[1,48.78,0],
180-
[1,48.78,0,0],
181-
[0.008,1.39,48.78]]])
177+
[-235,1.146E4],
178+
[-235,1.146E4,0]]],
179+
[[[1,48.78,0],
180+
[1,48.78,0,0],
181+
[0.008,1.39,48.78]]])
182182

183183
# Convert to state space and look for an error
184184
if (notslycot_check()):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp