Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jan 9, 2025
1 parent 7e4651f commit 66bd69d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/tests/community/mg_leiden_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ INSTANTIATE_TEST_SUITE_P(
::testing::Values(Leiden_Usecase{100, 1, 1, false}),
::testing::Values(cugraph::test::File_Usecase("test/datasets/karate.mtx"))));

// #if 0
INSTANTIATE_TEST_SUITE_P(rmat_small_tests,
Tests_MGLeiden_Rmat,
::testing::Combine(::testing::Values(Leiden_Usecase{100, 1, false}),
Expand Down Expand Up @@ -294,6 +293,5 @@ INSTANTIATE_TEST_SUITE_P(
// disable correctness checks for large graphs
::testing::Values(Leiden_Usecase{100, 1, 1, false}),
::testing::Values(cugraph::test::Rmat_Usecase(12, 32, 0.57, 0.19, 0.19, 0, true, false))));
// #endif

CUGRAPH_MG_TEST_PROGRAM_MAIN()

0 comments on commit 66bd69d

Please sign in to comment.