fix: batch-eval.sh header comment claims wrong candidate_id format (#668)

This commit is contained in:
openhands 2026-03-14 03:36:43 +00:00
parent 3660b68048
commit 958b8cfaa0

View file

@ -16,7 +16,7 @@
#
# Output (stdout):
# One JSON object per candidate:
# {"candidate_id":"gen0_c000","fitness":123456789,"gas_used":15432}
# {"candidate_id":"candidate_000","fitness":123456789,"gas_used":15432}
# Over-gas-limit candidates emit fitness:0 with "error":"gas_over_limit".
# Downstream parsers use the "fitness" key; extra fields are ignored.
#