Skip to content

Commit fa2fd07

Browse files
committed
Simplify dependencies in ctrlutil
1 parent d563d98 commit fa2fd07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ctrlutil.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@
4141
# $Id$
4242

4343
# Packages that we need access to
44-
import scipy as sp
4544
import control.lti as lti
4645

4746
# Specific functions that we use
48-
from scipy import pi
47+
from numpy import pi
4948

5049
# Utility function to unwrap an angle measurement
5150

0 commit comments

Comments
 (0)