From b763f6dead631d172495e742f54479ac9aea3f6a Mon Sep 17 00:00:00 2001
From: Berenger Bramas <bbramas@mpcdf.mpg.de>
Date: Fri, 28 Apr 2017 11:11:32 +0200
Subject: [PATCH] Remove typo in python for tests/test_vorticity_equation.py

---
 tests/test_vorticity_equation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_vorticity_equation.py b/tests/test_vorticity_equation.py
index f4305b55..dfaccb8b 100644
--- a/tests/test_vorticity_equation.py
+++ b/tests/test_vorticity_equation.py
@@ -305,7 +305,7 @@ def main():
                  '--np', '4',
                  '--ntpp', '1',
                  '--niter_todo', '{0}'.format(niterations),
-                 '--niter_out', '{0}'.format(niterations},
+                 '--niter_out', '{0}'.format(niterations),
                  '--niter_stat', '1',
                  '--checkpoints_per_file', '{0}'.format(3),
                  '--nparticles', '{0}'.format(nparticles),
-- 
GitLab