Skip to content

Commit 438c178

Browse files
committed
TRV: remove non-essential non-ASCII character for Python 2.7 compatibility
1 parent bb15b85 commit 438c178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/modelsimp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def markov(Y, U, m=None, transpose=None):
437437
.. [1] J.-N. Juang, M. Phan, L. G. Horta, and R. W. Longman,
438438
Identification of observer/Kalman filter Markov parameters - Theory
439439
and experiments. Journal of Guidance Control and Dynamics, 16(2),
440-
320329, 2012. http://doi.org/10.2514/3.21006
440+
320-329, 2012. http://doi.org/10.2514/3.21006
441441
442442
Notes
443443
-----
@@ -542,7 +542,7 @@ def markov(Y, U, m=None, transpose=None):
542542
# J.-N. Juang, M. Phan, L. G. Horta, and R. W. Longman, Identification
543543
# of observer/Kalman filter Markov parameters - Theory and
544544
# experiments. Journal of Guidance Control and Dynamics, 16(2),
545-
# 320329, 2012. http://doi.org/10.2514/3.21006
545+
# 320-329, 2012. http://doi.org/10.2514/3.21006
546546
#
547547

548548
# Create matrix of (shifted) inputs

0 commit comments

Comments
 (0)