Skip to content

Commit

Permalink
fix skipping log message
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Nov 27, 2023
1 parent 9e98849 commit cae3e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clusterer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub fn cluster<P: PreclusterDistanceFinder, C: ClusterDistanceFinder + std::mark

let mut skip_clusterer = false;
if clusterer_name == preclusterer_name {
info!("Preclustering and clustering methods are the same, so skipping preclustering");
info!("Preclustering and clustering methods are the same, so reusing ANI values");
skip_clusterer = true;
}

Expand Down

0 comments on commit cae3e3f

Please sign in to comment.