You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FFS - EXPERIMENT - abstol tested thoroughly on both integrators: do not ship
Git archaeology: abstol was implemented for this exact purpose in Jan 2026 (issue #122
option 1, with a scale-aware atol) but was NEVER merged -- it lives only on a
claude/issue-122 branch. Issue #122 records the maintainer's verdict that users should
not be given an abstol, with runtime rising and et going to garbage at large values.
Re-tested on current code with the observable that was missing then. On the riccati
integrator, abstol cuts steps 51% while runtime moves only 7% and Delta' -- which feeds
the tearing calculations -- is wrong by 254% at abstol 1e-2, while et[1] moves only 5e-5
relative and would have passed an et-only check. On the forward integrator et[1] is
identical to 10 digits and core steps fall 40%, but wall time is flat within noise.
Retracts the 'free ~11%' from section 18, which was measured on step count alone.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments