-
Notifications
You must be signed in to change notification settings - Fork 76
Don't update sample flags in simplify #2663
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
Conversation
Looks good so far! Needs documentation in python of the "don't update flags" thing, but I imagine you know that. |
Sorry, should have marked this as draft, in the middle of writing it. Most of what's here is from #2619 |
810988d
to
a84d84e
Compare
I think this is ready for a look - hopefully complete besides the final copy-paste of the docs into the TreeSequence.simplify. |
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! One question about the docstring.
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
a84d84e
to
ff5b025
Compare
Updated to reflect review comments. I shuffled the docs around a little bit to deduplicate the docs for TableCollection.simplify and TreeSequence.simplify. It does need some work and an example section though, I would imagine these docs are pretty dense to outsiders. |
I think you just need a rebase here to fix the docs. |
ff5b025
to
253a2e6
Compare
Hmm, will look into docs fail. |
Ah, I thought it was rebased, but isn't. Thank goodness! |
I just tried rebasing again and it said everything is up to date? |
I should probably nuke the cache |
Oh, can't nuke the cache here. Dunno - any ideas @benjeffery? |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
253a2e6
to
a5e4ecb
Compare
I nuked it in #2688 which seems to have done the trick. |
a5e4ecb
to
7e2e269
Compare
@Mergifyio rebase |
✅ Branch has been successfully rebased |
7e2e269
to
ce1dee7
Compare
Codecov Report
@@ Coverage Diff @@
## main #2663 +/- ##
=======================================
Coverage 93.99% 93.99%
=======================================
Files 29 29
Lines 28041 28041
Branches 1578 1578
=======================================
Hits 26357 26357
Misses 1648 1648
Partials 36 36
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Closes #2662
Stacked on #2619