From c64d36d936dfe8c5f86665a1d8e63705db58b689 Mon Sep 17 00:00:00 2001 From: JanLJL <jan.laukemann@fau.de> Date: Wed, 23 Oct 2019 11:06:02 +0200 Subject: [PATCH] bugfix --- benchmarks/lbmpy/lbmpy_bench.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/lbmpy/lbmpy_bench.py b/benchmarks/lbmpy/lbmpy_bench.py index aa7e74f8c..38c705c56 100755 --- a/benchmarks/lbmpy/lbmpy_bench.py +++ b/benchmarks/lbmpy/lbmpy_bench.py @@ -48,6 +48,7 @@ def create_parser(): help=( 'Destination output file. If no parameter is given, the output is written to with the ' 'current timestamp to "results_ARCH.TIMESTAMP.csv".' + ) ) parser.add_argument( '--all', action='store_true', help='Run benchmarks with all possible options.' -- GitLab