Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure shuffling sequences doesn't break MSA construction #29

Open
junniest opened this issue Feb 5, 2025 · 0 comments
Open

Make sure shuffling sequences doesn't break MSA construction #29

junniest opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@junniest
Copy link
Contributor

junniest commented Feb 5, 2025

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.

@junniest junniest self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant