Skip to content

Commit 8b565f2

Browse files
committed
fix import error in discrete unit test (for pytest)
1 parent 2d2f3c4 commit 8b565f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

control/tests/discrete_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
import unittest
77
import numpy as np
8-
from control import *
8+
from control import StateSpace, TransferFunction, feedback, step_response, \
9+
isdtime, timebase, isctime, sample_system, bode, impulse_response, \
10+
timebaseEqual, forced_response
911
from control import matlab
1012

1113
class TestDiscrete(unittest.TestCase):

0 commit comments

Comments
 (0)