-
Notifications
You must be signed in to change notification settings - Fork 11
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
ENH: suports wiring up q2-diversity's alpha, beta, a/b_phylo, and a/b_rarefaction #24
Conversation
LINT: removes unneeded comment LINT: removes unused comment, print stmt
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.
Lookin' good @ChrisKeefe! A handful of minor comments and suggestions. Please let me know if you have any questions.
- METRIC collection cleanup - style corrections - hardcodes canberra-adkinsd test vals
Sorry these review-comment commits are broken up a little funny, @thermokarst. Github hid a bunch of "additional comments" when I did my first pass, and I'm disinclined to re-organize these and force-push. Unless I misinterpreted the one unresolved comment, this should address everything. |
q2_diversity_lib/tests/test_beta.py
Outdated
@@ -337,7 +337,6 @@ class BetaPassthroughTests(TestPluginBase): | |||
def setUp(self): | |||
super().setUp() | |||
self.method = self.plugin.actions['beta_passthrough'] | |||
beta.METRICS['NONPHYLO']['UNIMPL'] = beta.METRICS['NONPHYLO']['UNIMPL'] |
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.
Thanks for catching this!
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, @thermokarst! Thanks for sweeping up. 🥇
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.
Woot, this is great, thanks @ChrisKeefe!
Closes #22, required by qiime2/q2-diversity#280
Supersedes and closes #21
See also qiime2/q2-diversity#281
54702b4 closes qiime2/q2-diversity#286
54702b4 closes qiime2/q2-diversity#288
4aa2ff7 closes qiime2/q2-diversity#255