-
Notifications
You must be signed in to change notification settings - Fork 79
Allow internal nodes when isolate_as_missing #3313
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3313 +/- ##
==========================================
- Coverage 89.80% 89.79% -0.01%
==========================================
Files 29 29
Lines 31043 31056 +13
Branches 5682 5685 +3
==========================================
+ Hits 27877 27888 +11
Misses 1779 1779
- Partials 1387 1389 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
jeromekelleher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
c/tskit/genotypes.c
Outdated
| tsk_size_t j; | ||
|
|
||
| for (j = 0; j < self->num_samples; j++) { | ||
| tsk_id_t u = self->samples[j]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Push declaration up to first chunk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
e73bb7b to
3f02e08
Compare
3f02e08 to
e7e4ec4
Compare
The changes to code here are relatively minor, but I went half mad thinking about if that was the right changes, so there are a lot of tests. Replaces #3301
I've split the
alignmentsfix for non-site bases into another PR that is almost done.