Skip to content

Commit

Permalink
Update NOD_repair.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LALAYANG authored Aug 11, 2024
1 parent 719880f commit 2bfb926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/NOD_repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from pathlib import Path


run_nondex_cmds = "/home/azureuser/flaky/cmds/run_nondex.sh"
checkout_project_cmds = "/home/azureuser/flaky/cmds/checkout_project.sh"
run_nondex_cmds = "cmds/run_nondex.sh"
checkout_project_cmds = "cmds/checkout_project.sh"

def generate_input(clone_dir,tests):
test_list = []
Expand Down Expand Up @@ -866,4 +866,4 @@ def extract_test_method(test_name, class_content):
unfixed_test = ask_gpt(test_list,save_resfile,clone_dir,save_dir,final_resfile)
sample_tests.filter_tests(unfixed_test,unfixed_csv)
for item in unfixed_test:
print("unfixed: ", item)
print("unfixed: ", item)

0 comments on commit 2bfb926

Please sign in to comment.