summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiros <andyspiros@gmail.com>2011-07-13 17:55:13 +0200
committerspiros <andyspiros@gmail.com>2011-07-13 17:55:13 +0200
commit0bbfc37d7de3f0a2450fb7423168954b0f28fb83 (patch)
treed6677e66318923b123305fab1e60792727fdb740
parentSome changes. (diff)
downloadauto-numerical-bench-mid-term.tar.gz
auto-numerical-bench-mid-term.tar.bz2
auto-numerical-bench-mid-term.zip
Bugfixmid-term
-rw-r--r--app-benchmarks/autobench/files/python/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/autobench/files/python/main.py b/app-benchmarks/autobench/files/python/main.py
index 47d72eb..561d5d9 100644
--- a/app-benchmarks/autobench/files/python/main.py
+++ b/app-benchmarks/autobench/files/python/main.py
@@ -218,7 +218,7 @@ for tn,(name,test) in enumerate(cfg.tests.items(),1):
# |-(name1, impl2) -> resultobject12
# |-(name2, impl1) -> resultobject21
results = {}
-for (name,test) in tests.items():
+for (name,test) in cfg.tests.items():
if test.has_key('implementations'):
for impl in test['implementations']:
results[(name, impl)] = test['results'][impl]