summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2012-09-04 14:08:56 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2012-09-04 14:08:56 +0200
commit139ea90d85595777e8aa73b930c9b977771595e8 (patch)
tree49a9c76c3569c070b1207cf785a8d3d194462cbd
parentRemoved useless print in report. (diff)
downloadauto-numerical-bench-139ea90d85595777e8aa73b930c9b977771595e8.tar.gz
auto-numerical-bench-139ea90d85595777e8aa73b930c9b977771595e8.tar.bz2
auto-numerical-bench-139ea90d85595777e8aa73b930c9b977771595e8.zip
Solve bug with void result.
-rw-r--r--numbench/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numbench/report.py b/numbench/report.py
index f325eb0..6a0f584 100644
--- a/numbench/report.py
+++ b/numbench/report.py
@@ -92,7 +92,7 @@ def saveReport():
for tid, test in cfg.tests.items():
- longlabel = len(test.get('implementations')) > 1
+ longlabel = len(test.get('implementations', [])) > 1
for impl in test.get('implementations', []):
# Add line to the plot