summaryrefslogtreecommitdiffstats
path: root/run_case_study.py
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2020-10-23 18:03:24 -0400
committerleochanj105 <leochanj@live.unc.edu>2020-10-23 18:03:24 -0400
commit011e22414a2f51a27bfa621804d810c435d135b5 (patch)
tree7a54974b62d6e58511a85e0f4b8b16e919efa353 /run_case_study.py
parent87997c91b55c9e84097a7c79c63d583044ff4c63 (diff)
parent3498e3270194093098f9b8275901517fa2f9fa32 (diff)
wip
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"