From 1c6dfe1ab5f260da9d4e4b1a7a32411d5ba7a114 Mon Sep 17 00:00:00 2001 From: Nikolai Maas Date: Tue, 17 Sep 2024 10:26:27 +0200 Subject: [PATCH] fix --- mt-kahypar/io/command_line_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt-kahypar/io/command_line_options.cpp b/mt-kahypar/io/command_line_options.cpp index 2290b33ab..2619bb5ed 100644 --- a/mt-kahypar/io/command_line_options.cpp +++ b/mt-kahypar/io/command_line_options.cpp @@ -333,7 +333,7 @@ namespace mt_kahypar { "Two-hop coarsening: maximum number of degree one nodes in one cluster.") ("c-sim-incident-weight-scaling", po::value(&context.coarsening.rating.incident_weight_scaling_constant)->value_name( - "")->default_value(0), + "")->default_value(1), "Scales how incident weight is computed when determining similarity thresholds.") ("c-sim-preserve-nodes-scaling-factor", po::value(&context.coarsening.rating.preserve_nodes_scaling_factor)->value_name(