8000 Sphinx update by murrayrm · Pull Request #479 · python-control/python-control · GitHub
[go: up one dir, main page]

Skip to content

Sphinx update #479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


8000
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion control/modelsimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def markov(Y, U, m=None, transpose=None):
y[k] &= C x[k] + D u[k]

given data for u and y. The algorithm assumes that that C A^k B = 0 for
k > m-2 (see [1]). Note that the problem is ill-posed if the length of
k > m-2 (see [1]_). Note that the problem is ill-posed if the length of
the input data is less than the desired number of Markov parameters (a
warning message is generated in this case).

Expand Down
1 change: 1 addition & 0 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx>=3.4
numpy
scipy
matplotlib
Expand Down
0