Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Feb 22, 2024
1 parent c69a6f0 commit ee19b06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<HashSet<G::NodeId>>
let components = connected_components(&graph);

// Prepare to write the components to a file
Expand Down

0 comments on commit ee19b06

Please sign in to comment.