aboutsummaryrefslogtreecommitdiff
path: root/python/img.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/img.py')
-rw-r--r--python/img.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/img.py b/python/img.py
deleted file mode 100644
index 177a7a2..0000000
--- a/python/img.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from data import trials
-
-for trial in trials:
- trial.plot(save=True);