Skip to content

Commit 10cdb7a

Browse files
committed
TST: renamed unit test from kangwonlee
1 parent b1437f0 commit 10cdb7a

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
import unittest
1+
# 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
211

12+
import unittest
313
import numpy as np
4-
514
import control as ctl
615

7-
816
class TestTfInputIntElement(unittest.TestCase):
917
# currently these do not pass
1018
def test_tf_den_with_numpy_int_element(self):

0 commit comments

Comments
 (0)