From a5e5eb2586d40e2d6bfa91a2a5dbdf61a9723753 Mon Sep 17 00:00:00 2001 From: Erik Sverdrup Date: Thu, 3 Oct 2024 16:00:58 +1000 Subject: [PATCH] Relax MultiCausalPredictionStrategyTest (#1459) --- .../prediction/MultiCausalPredictionStrategyTest.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/test/prediction/MultiCausalPredictionStrategyTest.cpp b/core/test/prediction/MultiCausalPredictionStrategyTest.cpp index 008cfaffc..996da1914 100644 --- a/core/test/prediction/MultiCausalPredictionStrategyTest.cpp +++ b/core/test/prediction/MultiCausalPredictionStrategyTest.cpp @@ -40,8 +40,6 @@ TEST_CASE("multi causal predictions with one treatment is identical to causal fo {21, 22, 38, 41, 18}, {21, 22, 38}, {21, 22}, - {87}, - {87, 87}, {101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130} }; @@ -82,8 +80,6 @@ TEST_CASE("multi causal predictions with one continuous treatment is identical t {21, 22, 38, 41, 18}, {21, 22, 38}, {21, 22}, - {87}, - {87, 87}, {101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130} }; @@ -131,8 +127,6 @@ TEST_CASE("multi causal predictions with one continuous treatment and sample wei {21, 22, 38, 41, 18}, {21, 22, 38}, {21, 22}, - {87}, - {87, 87}, {101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130} }; @@ -175,8 +169,6 @@ TEST_CASE("multi causal variance estimates with one continuous treatment is iden {}, {21, 22, 38, 41, 18}, {21, 22, 38}, - {87}, - {87, 87}, {101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130} }; @@ -223,8 +215,6 @@ TEST_CASE("sample weighted multi causal variance estimates with one continuous t {}, {21, 22, 38, 41, 18}, {21, 22, 38}, - {87}, - {87, 87}, {101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130} };