Skip to content
Snippets Groups Projects
Commit 2a9f61d4 authored by Marc Gay-Balmaz's avatar Marc Gay-Balmaz
Browse files

Revert last commit

parent 49e2a411
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,6 @@ print("Tests begun")
# Test each value combination
for i in combination:
for j in range(count):
subprocess.call(exec_cmd + " ".join(str(x) for x in i) + "&1 > " + output_file_name + str(j) + "_" + "_".join(
subprocess.call(exec_cmd + " ".join(str(x) for x in i) + " > " + output_file_name + str(j) + "_" + "_".join(
str(x) for x in i) + ".dat", shell=True)
print("Done")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment