fix(signal/cir): un-ignore end-to-end CIR pipeline test — ADR-134 P2 fully resolved

The cir_pipeline end-to-end test was gated on the same dominant_tap_ratio
floor; the windowed-ratio fix resolves it. All 6 ADR-134 P2 CIR tests
(cir_synthetic 5 + cir_pipeline 1) now pass. signal+cir: 472 pass / 0 fail.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv
2026-05-31 06:27:50 -04:00
parent 821f441af0
commit edbe57378a
@@ -260,7 +260,6 @@ fn should_detect_unsanitized_phase_when_variance_exceeds_threshold() {
/// Verifies the full pipeline: generate CSI → sanitize → estimate → dominant tap
/// is at or near the expected delay bin. This is the success-path integration test.
#[test]
#[ignore = "ADR-134 P2: end-to-end dominant_tap_ratio gated on ISTA hyperparameter tuning."]
fn should_produce_clean_estimate_after_correct_pipeline_order() {
let cfg = CirConfig::for_bandwidth_mhz(20);
let k_active = cfg.delay_bins / 3;