mirror of
https://github.com/ruvnet/RuView.git
synced 2026-06-02 00:58:56 +02:00
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:
@@ -260,7 +260,6 @@ fn should_detect_unsanitized_phase_when_variance_exceeds_threshold() {
|
|||||||
/// Verifies the full pipeline: generate CSI → sanitize → estimate → dominant tap
|
/// 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.
|
/// is at or near the expected delay bin. This is the success-path integration test.
|
||||||
#[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() {
|
fn should_produce_clean_estimate_after_correct_pipeline_order() {
|
||||||
let cfg = CirConfig::for_bandwidth_mhz(20);
|
let cfg = CirConfig::for_bandwidth_mhz(20);
|
||||||
let k_active = cfg.delay_bins / 3;
|
let k_active = cfg.delay_bins / 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user