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
Address local AI review P3: backward-compat test for legacy snapshots
Pre-fix _SyntheticDiDFitSnapshot objects don't carry Y_shift / Y_scale
fields. After this PR those fields default to (0.0, 1.0), which makes
the new normalization path a pure no-op on the legacy snapshot.
Add a regression test that overwrites results_._fit_snapshot with a
manually-constructed snapshot using only the pre-PR fields, then
confirms both in_time_placebo() and sensitivity_to_zeta_omega()
preserve schema and row count. Locks in the backward-compatibility
contract so future refactors don't accidentally tighten the
normalization path.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments