We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6d9d7 commit 4c197caCopy full SHA for 4c197ca
1 file changed
control/optimal.py
@@ -776,7 +776,7 @@ def create_mpc_iosystem(self):
776
"""Create an I/O system implementing an MPC controller"""
777
# Check to make sure we are in discrete time
778
if self.system.dt == 0:
779
- raise ControlNotImplemented(
+ raise ct.ControlNotImplemented(
780
"MPC for continuous time systems not implemented")
781
782
def _update(t, x, u, params={}):
0 commit comments