Skip to content

Commit

Permalink
Update barcode_design.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feldman4 authored Jul 7, 2023
1 parent 2b34335 commit 8763899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barcode_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def maxy_clique_groups(cm, group_ids, verbose=False):
index = None

# keep index
if index:
if index is not None:
selected.append(index)
d3[id_] += 1
available = available[available != index]
Expand Down

0 comments on commit 8763899

Please sign in to comment.