Skip to content

Commit

Permalink
Merge pull request #930 from shawnlaffan/issue_929_cluster_progress
Browse files Browse the repository at this point in the history
Cluster progress: improved precision for most similar value
  • Loading branch information
shawnlaffan authored May 1, 2024
2 parents 0fb786c + 525697d commit bfcf8b8
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 bfcf8b8

Please sign in to comment.