Enable binpacking for on-a-stick mode.

This commit is contained in:
Herbert Wolverson 2024-03-05 09:08:41 -06:00
parent bc5a6d68a1
commit 43befe6c9c

View File

@ -736,7 +736,7 @@ def refreshShapers():
# If we're in binpacking mode, we need to sort the network structure a bit
bins = []
if use_bin_packing_to_balance_cpu() and not on_a_stick():
if use_bin_packing_to_balance_cpu():
print("BinPacking is enabled, so we're going to sort your network.")
cpuBin = {}
weights = get_tree_weights()