Skip to content

Commit 1ddd97c

Browse files
Fix: Initialize ysp before use in controller2knob (Issue #266)
1 parent 144158d commit 1ddd97c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

demo/controller2knob.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import numpy as np
22
import concore
33

4+
ysp = 3.0
45

56
def controller(ym):
67
if ym[0] < ysp:

0 commit comments

Comments
 (0)