Skip to content

Commit

Permalink
Update fabba.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinye committed Jul 8, 2024
1 parent 6ae8eab commit 2e8ac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fABBA/fabba.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def symbolsAssign(clusters, alphabet_set=0):

alphabets = np.asarray(alphabets)
string = alphabets[clusters]
return string.tolist(), alphabets
return string, alphabets



Expand Down

0 comments on commit 2e8ac4f

Please sign in to comment.