-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Fix jaxtyping syntax error #312
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…into tensor_fixes
…into tensor_fixes
for more information, see https://pre-commit.ci
…into tensor_fixes
Kudos, SonarCloud Quality Gate passed!
|
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #312 +/- ##
==========================================
+ Coverage 40.27% 44.04% +3.77%
==========================================
Files 48 113 +65
Lines 2811 7765 +4954
==========================================
+ Hits 1132 3420 +2288
- Misses 1679 4345 +2666
☔ View full report in Codecov by Sentry. |
Reference Issues/PRs
What does this implement/fix? Explain your changes
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 .