Skip to content

Commit ca9cc9d

Browse files
committed
change layout run max limit
1 parent 9c69a90 commit ca9cc9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/preprocessing/other-scripts/cluster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ create_clusters <- function(distance_matrix, max_clusters=-1, method="ward.D") {
3232
num_clusters <- tryCatch({
3333
cut_off <- get_cut_off(css_cluster, attempt)
3434
attempt <- attempt+1
35-
if (attempt > 100) cut_off$k else max_clusters
35+
if (attempt > 250) cut_off$k else max_clusters
3636
}, error = function(err){
3737
vclog$debug(err$message)
3838
return (NA)

0 commit comments

Comments
 (0)