Skip to content

Commit

Permalink
Re-enable the failing linear time mmd unit tests
Browse files Browse the repository at this point in the history
This reverts commit 1560b3b.
  • Loading branch information
karlnapf committed Feb 21, 2017
1 parent abd674c commit 216060d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/statistical_testing/LinearTimeMMD_unittest.cc
Expand Up @@ -311,7 +311,7 @@ TEST(LinearTimeMMD, compute_variance_null)
EXPECT_NEAR(var, 0.0022330284118652344, 1E-10);
}

TEST(LinearTimeMMD, DISABLED_perform_test_permutation_biased_full)
TEST(LinearTimeMMD, perform_test_permutation_biased_full)
{
const index_t m=20;
const index_t n=30;
Expand Down Expand Up @@ -387,7 +387,7 @@ TEST(LinearTimeMMD, perform_test_permutation_unbiased_full)
EXPECT_NEAR(p_value, 0.0, 1E-10);
}

TEST(LinearTimeMMD, DISABLED_perform_test_permutation_unbiased_incomplete)
TEST(LinearTimeMMD, perform_test_permutation_unbiased_incomplete)
{
const index_t m=20;
const index_t n=20;
Expand Down

0 comments on commit 216060d

Please sign in to comment.