We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1437f0 commit 10cdb7aCopy full SHA for 10cdb7a
1 file changed
control/tests/tf_input_element_int.py control/tests/input_element_int_test.pycontrol/tests/tf_input_element_int.py renamed to control/tests/input_element_int_test.py
@@ -1,10 +1,18 @@
1
-import unittest
+# input_element_int_test.py
2
+#
3
+# Author: Kangwon Lee (kangwonlee)
4
+# Date: 22 Oct 2017
5
6
+# Unit tests contributed as part of PR #158, "SISO tf() may not work
7
+# with numpy arrays with numpy.int elements"
8
9
+# Modified:
10
+# * 29 Dec 2017, RMM - updated file name and added header
11
12
+import unittest
13
import numpy as np
-
14
import control as ctl
15
16
class TestTfInputIntElement(unittest.TestCase):
17
# currently these do not pass
18
def test_tf_den_with_numpy_int_element(self):
0 commit comments