File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def setUp(self):
35
35
# Maximum number of states to test + 1
36
36
self .maxStates = 4
37
37
# 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
39
39
self .maxIO = 5 if slycot_check () else 2
40
40
# Set to True to print systems to the output.
41
41
self .debug = False
@@ -174,11 +174,11 @@ def testConvertMIMO(self):
174
174
175
175
# Set up a transfer function (should always work)
176
176
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 ]]])
182
182
183
183
# Convert to state space and look for an error
184
184
if (not slycot_check ()):
You can’t perform that action at this time.
0 commit comments