Add status code to mock response for BigCodeBench tasks 211 and 215
This PR adds 200 OK status code for the mocks in task 211 and 215.
TODO
- [ ] Verify model passes task with new behavior
- [ ] Check other tasks for same issue
Fixes #33
@hvaara Let me know how it goes with the model verification :) If it works, please put it into tools/fix_0.2.1 and point to the data to v0.1.3.
@terryyz I'm working on testing resolution with starcoder2-15b where the bug was detected. Which fix file, BIGCODEBENCH_VERSION and BIGCODEBENCH_NEW_VERSION should I be targeting?
@terryyz This is ready to be merged assuming I'm making changes to the correct fix file.
Thanks @hvaara! Could you move the part to a file called fix_v023.py, which will be a patch based on the v0.2.3 release.
@terryyz Thanks for the review! I moved the changes to a new file and updated the patch versions of BIGCODEBENCH_VERSION and BIGCODEBENCH_NEW_VERSION.