From c1aa3c7aebaa61ea83caeadb477666d634595038 Mon Sep 17 00:00:00 2001 From: Chichi Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Sat, 26 Dec 2015 17:01:07 +0100 Subject: [PATCH] fix folder name --- tests/test_scaling.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_scaling.py b/tests/test_scaling.py index fe28ee94..440f2def 100755 --- a/tests/test_scaling.py +++ b/tests/test_scaling.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#! /usr/bin/env python ####################################################################### # # # Copyright 2015 Max Planck Institute # @@ -57,7 +57,7 @@ if __name__ == '__main__': '--nparticles', '1000', '--niter_todo', '32', '--precision', 'single', - '--wd', '"data/single"'] + + '--wd', 'data/single'] + sys.argv[1:]) scaling(opt) -- GitLab