human-eval icon indicating copy to clipboard operation
human-eval copied to clipboard

Fix a IndentationError

Open WjMessi1 opened this issue 1 year ago • 1 comments

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

1734486214050

WjMessi1 avatar Dec 18 '24 01:12 WjMessi1

Uncommenting line 58 should resolve this issue.

ramkrishna2910 avatar Dec 26 '24 20:12 ramkrishna2910