Skip to content

Commit

Permalink
Update complete_greedy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
8onlichtman authored May 5, 2024
1 parent b2bd902 commit 964feea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prtpy/partitioning/complete_greedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def anytime(


if (relative_value):
# For each bin we remove the value that we added in the beginning of the algorithm.
for i in range(numbins):
binner.remove_item_from_bin(best_bins, i, 0)

Expand Down

0 comments on commit 964feea

Please sign in to comment.