Closed kierandidi closed 7 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.05%. Comparing base (
8123f42
) to head (2458b68
). Report is 169 commits behind head on master.:exclamation: Current head 2458b68 differs from pull request most recent head 739cafb. Consider uploading reports for the commit 739cafb to get more accurate results
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reference Issues/PRs
What does this implement/fix? Explain your changes
Exposing the fill_value for atom37 representations to the protein_to_pyg function so that the user can choose this and it is transparent where the value comes from.
What testing did you do to verify the changes in this PR?
Pull Request Checklist
./CHANGELOG.md
file (if applicable)./graphein/tests/*
directories (if applicable)./notebooks/
(if applicable)python -m py.test tests/
and make sure that all unit tests pass (for small modifications, it might be sufficient to only run the specific test file, e.g.,python -m py.test tests/protein/test_graphs.py
)black .
andisort .