From 958c31ca10c4eed08da818b9e16d84ebfeb44c27 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Fri, 19 Jun 2015 01:30:40 -0400 Subject: Continuing to experiment. Identifying infections vs seeds might be impossible :/. We may want to try a model where we just assume infections — can get parameters for the benchmark test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- experiments/plot3d.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'experiments/plot3d.py') diff --git a/experiments/plot3d.py b/experiments/plot3d.py index b99ef61..b1b337f 100644 --- a/experiments/plot3d.py +++ b/experiments/plot3d.py @@ -7,10 +7,10 @@ with open("out.log") as fh: values = [map(float, line.strip().split()) for line in fh] #values = [(b, a, l) for (b, a, l) in values if b >= 0.04] am = max(values, key=lambda x: x[4]) - am[0] = 1./am[0] + # am[0] = 1./am[0] print am alpha, delta, beta, r , l = zip(*values) - alpha = 1./np.array(alpha) + # alpha = 1./np.array(alpha) fig = plt.figure(figsize=(12, 8)) ax = fig.gca(projection='3d') -- cgit v1.2.3-70-g09d2