diff --git a/src/cluster.rs b/src/cluster.rs index f7214acf..82d92774 100644 --- a/src/cluster.rs +++ b/src/cluster.rs @@ -52,7 +52,6 @@ pub fn cluster( build_graph(&pairwise_csv, &similarity_column, similarity_threshold) .context("Failed to build graph")?; - // Assuming connected_components is defined as shown and returns Vec> let components = connected_components(&graph); // Prepare to write the components to a file