openai / human-eval

Code for the paper "Evaluating Large Language Models Trained on Code"
MIT License
2.31k stars 330 forks source link

Error in tests for HumanEval/163 #41

Open mono-jiarui opened 6 months ago

mono-jiarui commented 6 months ago

In the prompt, it is stated that "Knowing that (a) is less than 100." Why are there test cases like assert candidate(11 13 7) == True in the testing?