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

Adjust Test Case for Very Long Sequences #128

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Conversation

devin-ai-integration[bot]
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Sep 27, 2024

Pull Request: Adjust Test Case for Very Long Sequences

Description

This pull request addresses the issue with the test case for very long sequences in the test_alphamissense_integration function. The test was failing because it did not correctly expect a ValueError with the specific message for sequences longer than 1000 amino acids.

Changes Made

  • Adjusted the test case in test_alphafold_integration.py to expect the ValueError with the message "Sequence is too long. Please provide a sequence with at most 1000 amino acids."
  • Verified that the test passes successfully after the adjustment.

Impact

These changes ensure that the test suite accurately reflects the validation logic in the run_alphamissense_analysis function, improving the robustness of the test suite.

Next Steps

Please review the changes and provide feedback. Once approved, the changes can be merged into the main branch.

Related Issues

  • Resolves the issue with the test case for very long sequences in test_alphamissense_integration.

This Devin run was requested by kasinadhsarma.

If you have any feedback, you can leave comments in the PR and I'll address them in the app!

@kasinadhsarma kasinadhsarma merged commit 9c0128d into main Sep 27, 2024
1 check passed
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.

1 participant