Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Oct 4, 2023
1 parent 4ca7bd2 commit f7fe3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/partition/determinism/determinism_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#include "mt-kahypar/io/hypergraph_factory.h"

#include "mt-kahypar/partition/initial_partitioning/bfs_initial_partitioner.h"

#include "mt-kahypar/partition/coarsening/deterministic_multilevel_coarsener.h"
#include "mt-kahypar/partition/refinement/deterministic/deterministic_label_propagation.h"
#include "mt-kahypar/partition/refinement/gains/gain_definitions.h"
#include "mt-kahypar/partition/preprocessing/community_detection/parallel_louvain.h"
#include "mt-kahypar/utils/cast.h"

Expand Down Expand Up @@ -129,7 +129,7 @@ class DeterminismTest : public Test {
}

mt_kahypar_partitioned_hypergraph_t phg = utils::partitioned_hg_cast(partitioned_hypergraph);
DeterministicLabelPropagationRefiner<TypeTraits, Km1GainTypes> refiner(
DeterministicLabelPropagationRefiner<GraphAndGainTypes<TypeTraits, Km1GainTypes>> refiner(
hypergraph.initialNumNodes(), hypergraph.initialNumEdges(), context);
refiner.initialize(phg);
vec<HypernodeID> dummy_refinement_nodes;
Expand Down

0 comments on commit f7fe3c6

Please sign in to comment.