diff --git a/script/test11.py b/script/test11.py deleted file mode 100644 index fe78780..0000000 --- a/script/test11.py +++ /dev/null @@ -1,11 +0,0 @@ -""" -Parameters -""" - -start = float(args[0]) -end = float(args[1]) -step = int(args[2]) - -a= lscan(inp, sin, start, end, step, 0.1) - -