-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buggy code in the correct directory GENERATE_INTEGERS #2
Comments
hm...
|
Hi! Thanks for reporting this problem. Could you open a PR to fix this? Also, please note that we do not maintain this benchmark. This is simply a fork of the original repo (https://github.com/lin-tan/clm) |
I have an error when extracting that archive. so I corrected the sources here and created a pull request. |
Thanks for your discussion. I think I misunderstood the original description. I guess "even digits" are defined as [0, 2, 4, 6, 8], so if the lower bound is larger than 8, then the function should return an empty list. |
Content in the
src/java/humaneval/correct
is:The code is faulty, yet its corresponding buggy version is correct. The right one and the wrong one are reversed.
The test code is also faulty.
The text was updated successfully, but these errors were encountered: