We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537ee0c commit a4e4786Copy full SHA for a4e4786
1 file changed
control/statesp.py
@@ -84,7 +84,7 @@ def _matrix(a):
84
module.
85
"""
86
from numpy import matrix
87
- am = matrix(a)
+ am = matrix(a, dtype=float)
88
if (1, 0) == am.shape:
89
am.shape = (0, 0)
90
return am
0 commit comments