We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538c59d commit 352149eCopy full SHA for 352149e
1 file changed
packages/benchmarks/orchestrator/latest_comparability.py
@@ -148,7 +148,6 @@ def validate_latest_comparability(
148
)
149
else:
150
scores[agent] = float(score)
151
-<<<<<<< HEAD
152
if agent == CODE_AGENT_LATEST_AGENT:
153
comparison_status = str(row.get("comparison_status") or "").strip()
154
if comparison_status not in CODE_AGENT_LATEST_ACCEPTABLE_COMPARISON_STATUSES:
@@ -174,10 +173,7 @@ def validate_latest_comparability(
174
173
),
175
176
177
- signature = _comparison_signature_for_run(row)
178
-=======
179
signature = _comparison_signature_for_latest_row(row)
180
->>>>>>> origin/develop
181
if signature:
182
signatures[agent] = signature
183
0 commit comments