Skip to content

Commit 352149e

Browse files
lalaluneclaude
andcommitted
chore: commit remaining benchmarks change
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 538c59d commit 352149e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/benchmarks/orchestrator/latest_comparability.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def validate_latest_comparability(
148148
)
149149
else:
150150
scores[agent] = float(score)
151-
<<<<<<< HEAD
152151
if agent == CODE_AGENT_LATEST_AGENT:
153152
comparison_status = str(row.get("comparison_status") or "").strip()
154153
if comparison_status not in CODE_AGENT_LATEST_ACCEPTABLE_COMPARISON_STATUSES:
@@ -174,10 +173,7 @@ def validate_latest_comparability(
174173
),
175174
)
176175
)
177-
signature = _comparison_signature_for_run(row)
178-
=======
179176
signature = _comparison_signature_for_latest_row(row)
180-
>>>>>>> origin/develop
181177
if signature:
182178
signatures[agent] = signature
183179

0 commit comments

Comments
 (0)