-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Code Coverage] models/dimenet.py
#6781
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6781 +/- ##
==========================================
+ Coverage 91.09% 91.36% +0.26%
==========================================
Files 425 425
Lines 23097 22936 -161
==========================================
- Hits 21041 20956 -85
+ Misses 2056 1980 -76
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@rusty1s it seems like shifting from |
Will look into. I think you should disable black though, we are not using it in PyG and the diffs can get a bit annoying :) |
Yes ofcourse, will disable black globally on my system. |
Part of #6528, improves typing and code coverage for DimeNet.