We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057a84a commit 7561435Copy full SHA for 7561435
bigcodebench/evaluate.py
@@ -325,10 +325,10 @@ def main():
325
parser.add_argument("--max-data-limit", default=4*1024, type=int)
326
parser.add_argument("--max-stack-limit", default=5, type=int)
327
parser.add_argument(
328
- "--check-gt-only", action="store_true", help="Check the groundtruth"
+ "--check-gt-only", action="store_true", help="Check the ground truth"
329
)
330
331
- "--no-gt", action="store_true", help="Check the groundtruth"
+ "--no-gt", action="store_true", help="Skip the ground truth"
332
333
args = parser.parse_args()
334
0 commit comments