Skip to content

Commit a5e5eb2

Browse files
authored
Relax MultiCausalPredictionStrategyTest (#1459)
1 parent 2f3b8c1 commit a5e5eb2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

core/test/prediction/MultiCausalPredictionStrategyTest.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ TEST_CASE("multi causal predictions with one treatment is identical to causal fo
4040
{21, 22, 38, 41, 18},
4141
{21, 22, 38},
4242
{21, 22},
43-
{87},
44-
{87, 87},
4543
{101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
4644
117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}
4745
};
@@ -82,8 +80,6 @@ TEST_CASE("multi causal predictions with one continuous treatment is identical t
8280
{21, 22, 38, 41, 18},
8381
{21, 22, 38},
8482
{21, 22},
85-
{87},
86-
{87, 87},
8783
{101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
8884
117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}
8985
};
@@ -131,8 +127,6 @@ TEST_CASE("multi causal predictions with one continuous treatment and sample wei
131127
{21, 22, 38, 41, 18},
132128
{21, 22, 38},
133129
{21, 22},
134-
{87},
135-
{87, 87},
136130
{101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
137131
117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}
138132
};
@@ -175,8 +169,6 @@ TEST_CASE("multi causal variance estimates with one continuous treatment is iden
175169
{},
176170
{21, 22, 38, 41, 18},
177171
{21, 22, 38},
178-
{87},
179-
{87, 87},
180172
{101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
181173
117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}
182174
};
@@ -223,8 +215,6 @@ TEST_CASE("sample weighted multi causal variance estimates with one continuous t
223215
{},
224216
{21, 22, 38, 41, 18},
225217
{21, 22, 38},
226-
{87},
227-
{87, 87},
228218
{101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
229219
117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}
230220
};

0 commit comments

Comments
 (0)