summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numbench/modules/internal/accuracyBase.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/numbench/modules/internal/accuracyBase.py b/numbench/modules/internal/accuracyBase.py
index c251513..58a1101 100644
--- a/numbench/modules/internal/accuracyBase.py
+++ b/numbench/modules/internal/accuracyBase.py
@@ -108,7 +108,6 @@ def runExe(test, implementation, exe, args):
if errp == 0:
os.unlink(errfname)
- print "RESULT IN ACCURACY:", result
# Close, return
logfs.close()
return proc.returncode, result
@@ -168,4 +167,4 @@ def runTest(self, test, implementation):
return runExe(test, implementation, exe, self.tests)[1]
def reportConf(*args):
- return {'type':'plot', 'xlabel':'size', 'ylabel':'Error'}
+ return {'xscale':'log', 'yscale':'log', 'xlabel':'size', 'ylabel':'Error'}