summaryrefslogtreecommitdiffstats
path: root/planetlab/plot.py
diff options
context:
space:
mode:
authorthibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b>2011-09-02 12:51:52 +0000
committerthibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b>2011-09-02 12:51:52 +0000
commitec3db4b997727da2c65a95f18162cc4a70c45dec (patch)
tree16912689a2f367d7761f5fee14c4ed0736876341 /planetlab/plot.py
parent9f74d1eb8ac7c43fa7584dbf804202c06614868c (diff)
downloadpacemaker-ec3db4b997727da2c65a95f18162cc4a70c45dec.tar.gz
Sildes as they were presented this morning.
git-svn-id: https://scm.gforge.inria.fr/svn/pacemaker@74 30fcff6e-8de6-41c7-acce-77ff6d1dd07b
Diffstat (limited to 'planetlab/plot.py')
-rw-r--r--planetlab/plot.py5
1 files changed, 4 insertions, 1 deletions
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
+
+