-
Notifications
You must be signed in to change notification settings - Fork 80
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
Bug: segfault with set_abundances #745
Conversation
Codecov Report
@@ Coverage Diff @@
## master #745 +/- ##
=======================================
Coverage 88.59% 88.59%
=======================================
Files 30 30
Lines 4727 4727
Branches 46 46
=======================================
Hits 4188 4188
Misses 536 536
Partials 3 3 Continue to review full report at Codecov.
|
This was a bit more nuanced than expected. But it boils down to these assumptions:
And thanks @taylorreiter for helping figure out the behaviors for each assumption =] |
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!
I was working on a script and triggered a segfault by setting
.track_abundance = True
and then calling.set_abundances
. For now a test reproducing the bug, working on fixing it.Checklist
make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?