We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f93726 commit 688d1f6Copy full SHA for 688d1f6
1 file changed
control/tests/freqresp.py
@@ -40,7 +40,7 @@
40
systf = tf(sys)
41
tfMIMO = tf(sysMIMO)
42
43
-print systf.pole()
+print(systf.pole())
44
#print tfMIMO.pole() # - should throw not implemented exception
45
#print tfMIMO.zero() # - should throw not implemented exception
46
0 commit comments