From ec3db4b997727da2c65a95f18162cc4a70c45dec Mon Sep 17 00:00:00 2001 From: thibauth Date: Fri, 2 Sep 2011 12:51:52 +0000 Subject: Sildes as they were presented this morning. git-svn-id: https://scm.gforge.inria.fr/svn/pacemaker@74 30fcff6e-8de6-41c7-acce-77ff6d1dd07b --- planetlab/plot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'planetlab/plot.py') diff --git a/planetlab/plot.py b/planetlab/plot.py index e13a718..b9d2115 100644 --- a/planetlab/plot.py +++ b/planetlab/plot.py @@ -21,8 +21,11 @@ for node in os.listdir(projectdir): preuve[nround]=1 fh.close() result.append([node,c,len(preuve)]) - print abs(c-len(preuve)*5.)/c + error = abs(c-len(preuve)*5.)/c + print error except OSError: pass + + -- cgit v1.2.3-70-g09d2