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

secondary_structure_percentage adaptation to pandas 1 #124

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

FloLangenfeld
Copy link

Changes Proposed in this Pull Request:

  • Avoid calling the pd.concat function when computing secondary structure percentages, which produces an AttributeError in pandas-1.1.0

Check List:

With pandas 1, the secondary_structure_percentage function raises an `AttributeError` related to the pd.merge step.
This is a simple hack to avoid this error
Adapt function to avoid a pandas 1 related error
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.

[BUG] secondary_structure_percentage doctest raises pandas-related AttributeError
1 participant