Skip to content

Commit b96dc04

Browse files
authored
Merge pull request anthropics#516 from anthropics/mnowicki/cma-versioning-header-fix
Print 'v1 results:' header before score loop
2 parents 8f6e61a + 9164000 commit b96dc04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

managed_agents/CMA_prompt_versioning_and_rollback.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"name": "stdout",
171171
"output_type": "stream",
172172
"text": [
173+
"v1 results:\n",
173174
" api-platform 5/5\n",
174175
" auth 5/5\n",
175176
" billing 4/5\n",
@@ -220,6 +221,7 @@
220221
"\n",
221222
"\n",
222223
"v1_scores = score(version=1)\n",
224+
"print(\"v1 results:\")\n",
223225
"for team, (correct, total) in sorted(v1_scores.items()):\n",
224226
" print(f\" {team:14s} {correct}/{total}\")"
225227
]

0 commit comments

Comments
 (0)