Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/feldman4/dna-barcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Feldman committed Jan 19, 2024
2 parents d3a93ce + 8763899 commit b60b731
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 @@ -393,7 +393,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 b60b731

Please sign in to comment.