From 525697db5e0003d986a3207215884f540213dd58 Mon Sep 17 00:00:00 2001 From: shawnlaffan Date: Wed, 1 May 2024 15:32:18 +1000 Subject: [PATCH] Cluster progress: improved precision for most similar value --- lib/Biodiverse/Cluster.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Biodiverse/Cluster.pm b/lib/Biodiverse/Cluster.pm index 61c3a2593..d3e06b34e 100644 --- a/lib/Biodiverse/Cluster.pm +++ b/lib/Biodiverse/Cluster.pm @@ -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;