Skip to content

Commit

Permalink
Update when branching levels are done
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini committed Jul 24, 2024
1 parent 54d0386 commit 47f4023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exact_kmeans/ilp.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def enumerate_sizes(
# It does not make sense to run it if we only have one value
# Because we have done it before with the other ILP
if (
len(current_cluster_sizes) > 2
len(current_cluster_sizes) >= 2
and len(current_cluster_sizes) <= self.ilp_branching_until_level
):
if self.config.get("fill_cluster_sizes", False):
Expand Down

0 comments on commit 47f4023

Please sign in to comment.