summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2011-12-28 16:02:02 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2011-12-28 16:02:02 -0500
commitcad2b001d868ab2e83a3baa2d4ee55cba444fcf7 (patch)
tree9f30555a665a0ca9d4d0c17f3c2c394b3f2d4d5a
parent2470de183d571aeed91f979315068e313d7fbd32 (diff)
Mistake
-rwxr-xr-xanalyze1
1 files changed, 0 insertions, 1 deletions
diff --git a/analyze b/analyze
index 0c72740..356908e 100755
--- a/analyze
+++ b/analyze
@@ -124,7 +124,6 @@ if __name__ == '__main__':
124 conf_dat = [x for x in res if x[0] == conf[0] and\ 124 conf_dat = [x for x in res if x[0] == conf[0] and\
125 x[1] == conf[1] and x[2] == conf[2]] 125 x[1] == conf[1] and x[2] == conf[2]]
126 iters = len(conf_dat) 126 iters = len(conf_dat)
127 print "found %d things" % (iters)
128 first = [conf[0], conf[1], conf[2],0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0] 127 first = [conf[0], conf[1], conf[2],0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]
129 stats.append(reduce(merge, conf_dat, first)) 128 stats.append(reduce(merge, conf_dat, first))
130 129