You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the run_infer.sh script for the Humanevalfix benchmark. However, when executing the script, I encountered an error where the code was referencing a non-existent column task_id.
Expected behavior
The script should run successfully without errors.
Proposed Solution
It seems the task_id column was renamed to instance_id, but the change hasn't been applied consistently throughout the code. To fix this, all references to task_id should be updated to instance_id across the script to ensure consistent naming and avoid attribute errors.
Is there an existing issue for the same bug?
Describe the bug
I was trying to run the
run_infer.sh
script for the Humanevalfix benchmark. However, when executing the script, I encountered an error where the code was referencing a non-existent column task_id.Expected behavior
The script should run successfully without errors.
Proposed Solution
It seems the
task_id
column was renamed toinstance_id
, but the change hasn't been applied consistently throughout the code. To fix this, all references totask_id
should be updated toinstance_id
across the script to ensure consistent naming and avoid attribute errors.Current OpenHands version
Installation and Configuration
Model and Agent
Operating System
Reproduction Steps
Logs, Errors, Screenshots, and Additional Context
The text was updated successfully, but these errors were encountered: