openai / human-eval

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

Tests in task 67 are impossible to satisfy #44

Closed geajack closed 4 months ago

geajack commented 4 months ago

The tests in task 67 contain:

assert_eq!(candidate(3.0, 4.0, 7.0), true);
assert_eq!(candidate(3.0, 4.0, 7.0), false);