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
fix(tests): re-pin LaLonde PSM guard to both observed BLAS anchors
The af28802 tie-break fix achieved bitwise-identical matched sets across
all 14 CI jobs (ubuntu/windows/macos x 3.9-3.13: 1967.9396843243246),
but the guard was pinned to the local Accelerate/macOS-26 value
(1963.43), failing every CI platform. Isolated-venv check with numpy
2.4.6/scipy 1.17.1 reproduces the local value, ruling out a
library-version cause: the residual ~$4.5 spread is ULP-level near-tie
sensitivity in BLAS-computed propensity distances, outside the exact-tie
anchor's scope. Guard now pins both fixed points exactly (+-0.1) so any
algorithm change or new third environment still fails loudly.
CHANGELOG/MIGRATION corrected; CAMPAIGN.md records the sign-off and the
optional epsilon-class follow-up.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments