From faf7a95f8d52418291c64043dd31736cb324f71b Mon Sep 17 00:00:00 2001 From: panepucci Date: Tue, 1 Dec 2015 10:50:55 +0100 Subject: [PATCH] Script execution --- script/local.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/script/local.py b/script/local.py index 2b49049..3062739 100644 --- a/script/local.py +++ b/script/local.py @@ -60,8 +60,9 @@ def fit(ydata, xdata = None): #fit([1,2,3, 3,3,3,4,5,6,12,33,23,15,3,2,1, 1, 1, 1, 1]) -def rock(axis = th1): - """ - TODO - """ - run("rock", {"rock_axis":th1}) \ No newline at end of file +#def rock(axis = th1): +# """ +# TODO +# """ +# run("rock", {"rock_axis":th1}) +from rock import rock \ No newline at end of file