diff options
author | leochanj105 <leochanj@live.unc.edu> | 2020-10-23 18:03:24 -0400 |
---|---|---|
committer | leochanj105 <leochanj@live.unc.edu> | 2020-10-23 18:03:24 -0400 |
commit | 011e22414a2f51a27bfa621804d810c435d135b5 (patch) | |
tree | 7a54974b62d6e58511a85e0f4b8b16e919efa353 /run_case_study.py | |
parent | 87997c91b55c9e84097a7c79c63d583044ff4c63 (diff) | |
parent | 3498e3270194093098f9b8275901517fa2f9fa32 (diff) |
wip
Diffstat (limited to 'run_case_study.py')
-rw-r--r-- | run_case_study.py | 3 |
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 | |||
3 | import re | 3 | import re |
4 | import csv | 4 | import csv |
5 | import subprocess | 5 | import subprocess |
6 | <<<<<<< HEAD | ||
6 | def run(command): | 7 | def run(command): |
7 | print(command) | 8 | print(command) |
8 | os.system(command) | 9 | os.system(command) |
9 | 10 | ||
11 | ======= | ||
12 | >>>>>>> rtas20-wip | ||
10 | def main(): | 13 | def main(): |
11 | pathName = sys.argv[1] | 14 | pathName = sys.argv[1] |
12 | tacle_pairs_path = "./all_pairs" | 15 | tacle_pairs_path = "./all_pairs" |