-
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
[MRG] support loading of empty picklists #2106
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #2106 +/- ##
=======================================
Coverage 84.32% 84.32%
=======================================
Files 130 130
Lines 15281 15283 +2
Branches 2170 2171 +1
=======================================
+ Hits 12885 12887 +2
Misses 2098 2098
Partials 298 298
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Ready for review & merge @sourmash-bio/devs |
Note: the rust checks that are failing have nothing to do with this PR. 🤷 |
I notice one other warning about mamba in the
Is this at all a concern? |
I actually don't find any references anywhere to a In any case, if it's not related to either the functionality being implemented for the PR, or the changed files, then it's not relevant to the PR & you should start a new issue with that as a question, I think! |
I created an issue like you suggested to investigate this warning further. See issue The warning is located in any workflow that is under the Actions>Dev Env Instructions. |
thx - yes, it was in note you can refer to other issues in a few different ways:
all of these will reverse link that issue to here, which is nice! |
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
thanks! |
Support
allow_empty=True
onSignaturePicklist.load(...)
.Also adds a
test_picklist.py
file andtests/test-data/picklist/
directory, for future picklist tests.Fixes #2096