Skip to content

Commit

Permalink
Relax MultiCausalPredictionStrategyTest (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs authored Oct 3, 2024
1 parent 2f3b8c1 commit a5e5eb2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/test/prediction/MultiCausalPredictionStrategyTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};
Expand Down Expand Up @@ -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}
};
Expand Down Expand Up @@ -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}
};
Expand Down Expand Up @@ -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}
};
Expand Down Expand Up @@ -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}
};
Expand Down

0 comments on commit a5e5eb2

Please sign in to comment.