You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently alignment tests use choose_multiple for changing the order of input sequences, but it doesn't actually shuffle them, just selects a number of random positions in order of the slice. Needs to change to shuffle, which currently breaks tests because the Sequence objects are not equal.
The text was updated successfully, but these errors were encountered:
Currently alignment tests use
choose_multiple
for changing the order of input sequences, but it doesn't actually shuffle them, just selects a number of random positions in order of the slice. Needs to change toshuffle
, which currently breaks tests because the Sequence objects are not equal.The text was updated successfully, but these errors were encountered: