summaryrefslogtreecommitdiff
path: root/src/gap_pipeline/release.py
diff options
context:
space:
mode:
authorAnonymous Authors <anonymous@invalid.example>2026-07-24 13:52:11 -0500
committerAnonymous Authors <anonymous@invalid.example>2026-07-24 13:52:11 -0500
commitd4eb26780a8a8c70ca75812af0c3c6a295c0797c (patch)
tree46d2aa0fca13f6db2c8226471981ce06c1423eac /src/gap_pipeline/release.py
parentdb293f3606a97b3e417de27124858e134005acbd (diff)
Restore original GAP prompts and lock prompt bytes
Diffstat (limited to 'src/gap_pipeline/release.py')
-rw-r--r--src/gap_pipeline/release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gap_pipeline/release.py b/src/gap_pipeline/release.py
index f86ce64..9afa117 100644
--- a/src/gap_pipeline/release.py
+++ b/src/gap_pipeline/release.py
@@ -90,8 +90,8 @@ def export_release(
candidate = kernel_payload["accepted_candidate"]
variants["kernel_variant"] = {
- "question": candidate["problem"],
- "solution": candidate["proof"],
+ "question": candidate["question"],
+ "solution": candidate["solution"],
}
output_record = copy.deepcopy(record)
output_record["variants"] = variants