Skip to content

Commit

Permalink
disabled reliability_guard because it broke all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Mar 23, 2024
1 parent f68baa6 commit 56df3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion human_eval/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def unsafe_execute(problem, completion, result, timeout):
chdir = os.chdir

# Disable functionalities that can make destructive changes to the test.
reliability_guard()
# reliability_guard()

# Construct the check program and run it.
check_program = (
Expand Down

0 comments on commit 56df3b0

Please sign in to comment.