Skip to content

Commit 065b2cf

Browse files
committed
Exception description fix: continuous-time, not discrete-time.
1 parent d0bfec7 commit 065b2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/mateqn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def care(A,B,Q,R=None,S=None,E=None):
533533
e.info = ve.info
534534
elif ve.info == 1:
535535
e = ValueError("The matrix A is (numerically) singular in \
536-
discrete-time case.")
536+
continuous-time case.")
537537
e.info = ve.info
538538
elif ve.info == 2:
539539
e = ValueError("The Hamiltonian or symplectic matrix H cannot \

0 commit comments

Comments
 (0)