summaryrefslogtreecommitdiffstats
path: root/run_case_study.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_case_study.py')
-rw-r--r--run_case_study.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_case_study.py b/run_case_study.py
index 345ad49..d2a3922 100644
--- a/run_case_study.py
+++ b/run_case_study.py
@@ -3,10 +3,13 @@ import sys
3import re 3import re
4import csv 4import csv
5import subprocess 5import subprocess
6<<<<<<< HEAD
6def run(command): 7def run(command):
7 print(command) 8 print(command)
8 os.system(command) 9 os.system(command)
9 10
11=======
12>>>>>>> rtas20-wip
10def main(): 13def main():
11 pathName = sys.argv[1] 14 pathName = sys.argv[1]
12 tacle_pairs_path = "./all_pairs" 15 tacle_pairs_path = "./all_pairs"