Skip to content
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

Simplify concat #851

Merged
merged 8 commits into from
Nov 5, 2020
Merged

Simplify concat #851

merged 8 commits into from
Nov 5, 2020

Conversation

wasade
Copy link
Member

@wasade wasade commented Nov 3, 2020

This PR allows for (a) calling biom.Table.concat with a single table as well as an iterable of tables and (b) provides a helper method (biom.concat) that removes the need for the common pattern table = tables[0].concat(tables[1:]) in favor of table = biom.concat(tables)

@coveralls
Copy link

coveralls commented Nov 3, 2020

Coverage Status

Coverage increased (+0.02%) to 86.334% when pulling 5ef47ed on wasade:simplify_concat into de7be68 on biocore:master.

Copy link
Member

@ElDeveloper ElDeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few small comments, looks good and helpful!!

biom/__init__.py Outdated Show resolved Hide resolved
biom/__init__.py Show resolved Hide resolved
@ElDeveloper ElDeveloper merged commit a81deda into biocore:master Nov 5, 2020
@wasade
Copy link
Member Author

wasade commented Nov 5, 2020

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants