Skip to content

Commit

Permalink
update eval
Browse files Browse the repository at this point in the history
  • Loading branch information
franlucc committed Jul 12, 2023
1 parent 03905db commit ac553cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/evaluator/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def evaluate_trace(completions_file, eval_file, asp_file="benchmark/evaluator/ro
# clear debug dir
shutil.rmtree(debug_dir, ignore_errors=True)
assert not os.path.exists(debug_dir)
os.makedirs("debug")
os.makedirs(debug_dir)

evaluated_completions = []

Expand Down

0 comments on commit ac553cb

Please sign in to comment.