diff options
| author | Anonymous Authors <anonymous@invalid.example> | 2026-07-24 13:52:11 -0500 |
|---|---|---|
| committer | Anonymous Authors <anonymous@invalid.example> | 2026-07-24 13:52:11 -0500 |
| commit | d4eb26780a8a8c70ca75812af0c3c6a295c0797c (patch) | |
| tree | 46d2aa0fca13f6db2c8226471981ce06c1423eac /src/gap_pipeline/release.py | |
| parent | db293f3606a97b3e417de27124858e134005acbd (diff) | |
Restore original GAP prompts and lock prompt bytes
Diffstat (limited to 'src/gap_pipeline/release.py')
| -rw-r--r-- | src/gap_pipeline/release.py | 4 |
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 |
