Skip to content

Commit

Permalink
Relabelling "delay" => "delayed" in oc file
Browse files Browse the repository at this point in the history
  • Loading branch information
lenasal committed Feb 15, 2024
1 parent 2736c75 commit 3daca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurolib/control/optimal_control/oc.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def get_xs(self):

return xs

def get_xs_delay(self):
def get_xs_delayed(self):
"""Extract the complete state of the delayed dynamical system."""
maxdel = self.model.getMaxDelay()
if maxdel == 0:
Expand Down

0 comments on commit 3daca12

Please sign in to comment.