summaryrefslogtreecommitdiff
path: root/stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'stats.py')
-rw-r--r--stats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/stats.py b/stats.py
index e65c49b..bb88c3e 100644
--- a/stats.py
+++ b/stats.py
@@ -6,6 +6,7 @@ import pickle
from functools import reduce
import mechanics
import geometry
+#import numpy
def fit_gaussian(l):
mean = sum(l) / len(l)