Skip to content

Commit

Permalink
TRV: remove non-essential non-ASCII character for Python 2.7 compatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
murrayrm committed Dec 26, 2020
1 parent bb15b85 commit 438c178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/modelsimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def markov(Y, U, m=None, transpose=None):
.. [1] J.-N. Juang, M. Phan, L. G. Horta, and R. W. Longman,
Identification of observer/Kalman filter Markov parameters - Theory
and experiments. Journal of Guidance Control and Dynamics, 16(2),
320329, 2012. http://doi.org/10.2514/3.21006
320-329, 2012. http://doi.org/10.2514/3.21006
Notes
-----
Expand Down Expand Up @@ -542,7 +542,7 @@ def markov(Y, U, m=None, transpose=None):
# J.-N. Juang, M. Phan, L. G. Horta, and R. W. Longman, Identification
# of observer/Kalman filter Markov parameters - Theory and
# experiments. Journal of Guidance Control and Dynamics, 16(2),
# 320329, 2012. http://doi.org/10.2514/3.21006
# 320-329, 2012. http://doi.org/10.2514/3.21006
#

# Create matrix of (shifted) inputs
Expand Down

0 comments on commit 438c178

Please sign in to comment.