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 CI: collapse dCDH bootstrap-baseline to single backend-invariant value
The PR's RNG unification is working as intended — Rust now produces the
same bootstrap SE as pure-Python under the same seed — but the pinned
`TestBootstrapCellPeriod::test_bootstrap_se_matches_pre_pr4_baseline`
guard held two separate per-backend baselines from the pre-RNG-unified
era. The Rust backend now produces exactly the value that was formerly
pinned as the Python-only baseline (0.3030802540369796), so the split
is obsolete. Collapse the two constants into one, drop the HAS_RUST_BACKEND
branch + os env-var check, and document the convergence in the comment.
The regression guard's semantic is unchanged: under PSU=group the
dispatcher still routes through the legacy group-level bootstrap path,
and the assertion is still ULP-precision bit-identity against the
captured baseline.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments