From b634c1bd352e9a366f544cb9dedb3ab1df69fb60 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 19 Aug 2016 15:58:22 +0100 Subject: [PATCH] Tweaked comments. --- tests/benchmarking/plot_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarking/plot_benchmark.py b/tests/benchmarking/plot_benchmark.py index e06edd07..2563fdc4 100644 --- a/tests/benchmarking/plot_benchmark.py +++ b/tests/benchmarking/plot_benchmark.py @@ -34,7 +34,7 @@ for thread in range(len(baseresult['threads'])): print('{} thread(s): {:g} s'.format(baseresult['threads'][thread], baseresult['benchtimes'][thread])) plotlabel1 = os.path.splitext(os.path.split(args.baseresult)[1])[0] + '.in' -# Load other and info +# Load other results and info otherresults = [] if args.otherresults is not None: for i, result in enumerate(args.otherresults):