about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/coord.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coord.py b/src/coord.py
index b5d9f49..4094b25 100755
--- a/src/coord.py
+++ b/src/coord.py
@@ -14,7 +14,7 @@ arr_saved_stars = np.zeros((int(nos), 3))
 
 # define various paths
 path = "data/rho6.csv"
-save_path = "stars/star19.csv"
+save_path = "stars/" + sys.argv[2]
 # star13 -> 586 stars
 
 # define the random-value range [rho_min; rho_max]