Skip to content
Snippets Groups Projects
Commit b763f6de authored by Berenger Bramas's avatar Berenger Bramas
Browse files

Remove typo in python for tests/test_vorticity_equation.py

parent 9d6871d3
No related branches found
No related tags found
1 merge request!21Bugfix/nansampling
...@@ -305,7 +305,7 @@ def main(): ...@@ -305,7 +305,7 @@ def main():
'--np', '4', '--np', '4',
'--ntpp', '1', '--ntpp', '1',
'--niter_todo', '{0}'.format(niterations), '--niter_todo', '{0}'.format(niterations),
'--niter_out', '{0}'.format(niterations}, '--niter_out', '{0}'.format(niterations),
'--niter_stat', '1', '--niter_stat', '1',
'--checkpoints_per_file', '{0}'.format(3), '--checkpoints_per_file', '{0}'.format(3),
'--nparticles', '{0}'.format(nparticles), '--nparticles', '{0}'.format(nparticles),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment