8000 change nltools to descfcn, update docs/ and docstrings · python-control/python-control@990e63f · GitHub
[go: up one dir, main page]

Skip to content

Commit 990e63f

Browse files
committed
change nltools to descfcn, update docs/ and docstrings
1 parent 8518b9d commit 990e63f

File tree

6 files changed

+189
-82
lines changed

6 files changed

+189
-82
lines changed

control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
# Note: the functions we use are specified as __all__ variables in the modules
4949
from .bdalg import *
5050
from .delay import *
51+
from .descfcn import *
5152
from .dtime import *
5253
from .freqplot import *
5354
from .lti import *
5455
from .margins import *
5556
from .mateqn import *
5657
from .modelsimp import *
5758
from .nichols import *
58-
from .nltools import *
5959
from .phaseplot import *
6060
from .pzmap import *
6161
from .rlocus import *

0 commit comments

Comments
 (0)
0