diff options
| author | Oscar Wan <oscarwan@stanford.edu> | 2026-07-24 20:45:42 -0700 |
|---|---|---|
| committer | Oscar Wan <oscarwan@stanford.edu> | 2026-07-24 20:45:42 -0700 |
| commit | 15efc30e9e7179accd30375d3edb2e34a3b4dc5f (patch) | |
| tree | ba1c49eb128e7906ba451141723d763e1dcda53a /src/gap_pipeline/pipeline.py | |
| parent | 708f2af9c6985e9cb5cd53e434a7d3b8dfa2b4ac (diff) | |
updated generation process
Diffstat (limited to 'src/gap_pipeline/pipeline.py')
| -rw-r--r-- | src/gap_pipeline/pipeline.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gap_pipeline/pipeline.py b/src/gap_pipeline/pipeline.py index 76ae722..4a5332a 100644 --- a/src/gap_pipeline/pipeline.py +++ b/src/gap_pipeline/pipeline.py @@ -1,4 +1,7 @@ -"""Prompt-faithful kernel generation and the J=5, K=2, T=15 loop.""" +"""Historical two-call Putnam generator retained for provenance tests. + +The default manuscript-aligned implementation is ``paper_pipeline.py``. +""" from __future__ import annotations |
