human-eval
human-eval copied to clipboard
Fix a IndentationError
Error Log
I encountered a bug when running the command: python human_eval/execution.py
File "/data/humaneval/human-eval/human_eval/execution.py", line 59
result.append("passed")
IndentationError: expected an indented block
Fix it
Uncommenting line 58 should resolve this issue.