Skip to content

Commit e0e76be

Browse files
committed
fixed botched import
1 parent 8d9bd08 commit e0e76be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/freqplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import numpy as np
4747
from ctrlutil import unwrap
4848
from bdalg import feedback
49-
from dtime import isdtime
49+
from lti import isdtime
5050

5151
#
5252
# Main plotting functions

src/margins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
import xferfcn
5151
from freqplot import bode
5252
import numpy as np
53-
from dtime import isdtime
53+
from lti import isdtime
5454

5555
# gain and phase margins
5656
# contributed by Sawyer B. Fuller <minster@caltech.edu>

src/modelsimp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from exception import *
4646
from statefbk import *
4747
from statesp import StateSpace
48-
from dtime import isdtime, isctime
48+
from lti import isdtime, isctime
4949

5050
# Hankel Singular Value Decomposition
5151
# The following returns the Hankel singular values, which are singular values

0 commit comments

Comments
 (0)