summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2012-09-04 14:09:05 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2012-09-04 14:09:05 +0200
commit55490b53227e613d9b471353843b780b4d0ff386 (patch)
treeee60dfe3a0a07d90a424e17cc46942619cdf3882
parentCatch accuracy program compilation error. (diff)
parentSolve bug with void result. (diff)
downloadauto-numerical-bench-55490b53227e613d9b471353843b780b4d0ff386.tar.gz
auto-numerical-bench-55490b53227e613d9b471353843b780b4d0ff386.tar.bz2
auto-numerical-bench-55490b53227e613d9b471353843b780b4d0ff386.zip
Merge branch 'master' into accuracy
-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