We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40eceb commit e517a9eCopy full SHA for e517a9e
bigcodebench/evaluate.py
@@ -370,7 +370,7 @@ def stucking_checker():
370
print(f"Save pass@k to {pass_at_k_path}? [Y/N]")
371
decision = input()
372
if decision.lower() == "y":
373
- new_path = result_path + ".bak"
+ new_path = pass_at_k_path + ".bak"
374
while os.path.isfile(new_path):
375
new_path += ".bak"
376
os.rename(pass_at_k_path, new_path)
0 commit comments