From 90dde02cf7a3c043940f9f6c4bfa99f659e937ea Mon Sep 17 00:00:00 2001 From: Yuren Hao Date: Wed, 15 Jul 2026 18:34:38 -0500 Subject: =?UTF-8?q?ERRATUM=20RESULT=2021:=20original=20best=203.7117=20was?= =?UTF-8?q?=20@104.8k=20not=20@185k=20=E2=80=94=2090k-step=20wall-1=20plat?= =?UTF-8?q?eau=20before=20the=20wall-2=20blow;=20figure=20+=20deck=20rebui?= =?UTF-8?q?lt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn --- ep_run/fig_primer_pack2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ep_run') diff --git a/ep_run/fig_primer_pack2.py b/ep_run/fig_primer_pack2.py index d23f9ca..47be501 100644 --- a/ep_run/fig_primer_pack2.py +++ b/ep_run/fig_primer_pack2.py @@ -97,8 +97,8 @@ axv.plot(rs / 1000, np.clip(rval, 0, 6.42), color='#999999', lw=0.9, zorder=2) axv.text(233, 4.32, 'rescue resumes\n(new recipe from 195k / 215k)', fontsize=8, color='#777777', ha='right') axv.axhline(3.2884, color=GRAY, lw=1.0, ls='--') axv.text(2, 3.19, 'BP twin final 3.2884', fontsize=8.5, color=GRAY, va='top') -axv.plot([185], [3.7117], marker='*', ms=14, color=GREEN, zorder=5) -axv.text(180, 3.50, 'best 3.7117 @185k (never beaten again)', fontsize=8.5, color=GREEN, ha='right') +axv.plot([104.8], [3.7117], marker='*', ms=14, color=GREEN, zorder=5) +axv.text(102, 3.52, 'best 3.7117 @105k — never improved again:\n90k healthy steps of plateau before the blow', fontsize=8.5, color=GREEN, ha='left') axv.annotate('195k: relaxation diverges — val 3.9 → 6.0,\nguard storm (15k step-skips); the same\n$\\beta$ was safe for the previous 135k steps', xy=(204, 5.95), xytext=(112, 5.62), fontsize=9.5, color=RED, arrowprops=dict(arrowstyle='-|>', color=RED)) -- cgit v1.2.3