From: "Andrea Arteaga" <andyspiros@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/auto-numerical-bench:master commit in: app-benchmarks/autobench/files/python/
Date: Wed, 13 Jul 2011 16:00:11 +0000 (UTC) [thread overview]
Message-ID: <0bbfc37d7de3f0a2450fb7423168954b0f28fb83.spiros@gentoo> (raw)
Message-ID: <20110713160011.LtR7HlQpquEkF6InI7PcIT9qF0y9LK28UoDKWHVXwgY@z> (raw)
commit: 0bbfc37d7de3f0a2450fb7423168954b0f28fb83
Author: spiros <andyspiros <AT> gmail <DOT> com>
AuthorDate: Wed Jul 13 15:55:13 2011 +0000
Commit: Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Wed Jul 13 15:55:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/auto-numerical-bench.git;a=commit;h=0bbfc37d
Bugfix
---
app-benchmarks/autobench/files/python/main.py | 2 +-
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]
next reply other threads:[~2011-07-13 16:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-13 16:05 Andrea Arteaga [this message]
2011-07-13 16:00 ` [gentoo-commits] proj/auto-numerical-bench:master commit in: app-benchmarks/autobench/files/python/ Andrea Arteaga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0bbfc37d7de3f0a2450fb7423168954b0f28fb83.spiros@gentoo \
--to=andyspiros@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox