summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2012-09-03 23:46:40 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2012-09-03 23:46:40 +0200
commit3c7b522c708a290b05b8efe1cfc5f1b068cc12c5 (patch)
treed2dcb175d2ae64be3f3a8d73a804ec26124293cf
parentRemoved useless print. (diff)
parentRemoved useless print in report. (diff)
downloadauto-numerical-bench-3c7b522c708a290b05b8efe1cfc5f1b068cc12c5.tar.gz
auto-numerical-bench-3c7b522c708a290b05b8efe1cfc5f1b068cc12c5.tar.bz2
auto-numerical-bench-3c7b522c708a290b05b8efe1cfc5f1b068cc12c5.zip
Merge branch 'master' into accuracy
-rw-r--r--numbench/report.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numbench/report.py b/numbench/report.py
index d5b3dad..f325eb0 100644
--- a/numbench/report.py
+++ b/numbench/report.py
@@ -92,8 +92,6 @@ def saveReport():
for tid, test in cfg.tests.items():
- print "RESULTS: ", test['results']
-
longlabel = len(test.get('implementations')) > 1
for impl in test.get('implementations', []):