Skip to content

Commit

Permalink
Cluster progress: improved precision for most similar value
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed May 1, 2024
1 parent 8216111 commit 525697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/Cluster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ sub cluster_matrix_elements {
while (defined $node1) {

my $text = sprintf
"Clustering\n%s\n(%d rows remaining)\nMost similar value is %.3f",
"Clustering\n%s\n(%d rows remaining)\nMost similar value is %.6g",
$progress_text,
$remaining - $extra_zeroes_count - 1,
$most_similar_val;
Expand Down

0 comments on commit 525697d

Please sign in to comment.