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

fix: NoneType error in Haplotypes.__iter__ #197

Merged
merged 9 commits into from
Mar 15, 2023
Merged

fix: NoneType error in Haplotypes.__iter__ #197

merged 9 commits into from
Mar 15, 2023

Conversation

aryarm
Copy link
Member

@aryarm aryarm commented Mar 15, 2023

Fixes a bug in Haplotypes.__iter__() and some issues with some of the example docs for the Haplotype class in the API section.

This PR also adds a new method test_iterate to the TestHaplotypes class in our test suite. It includes comprehensive testing for all kinds of different edge-cases in Hapltypes.__iter__()

@aryarm aryarm marked this pull request as ready for review March 15, 2023 21:08
@aryarm aryarm merged commit aade751 into main Mar 15, 2023
@aryarm aryarm deleted the docs/api-data branch March 15, 2023 21:13
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

Successfully merging this pull request may close these issues.

1 participant