diff --git a/script/test/ReturnBug.py b/script/test/ReturnBug.py index 26a9a92..1057c66 100644 --- a/script/test/ReturnBug.py +++ b/script/test/ReturnBug.py @@ -36,4 +36,5 @@ x = r.getPositions(0) index_max = y.index(max(y)) phase_ref = x[index_max] -set_return(phase_ref) \ No newline at end of file +run("Lib/startup") +print set_return(phase_ref) \ No newline at end of file