-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add coverage for Python torch bindings #234
Conversation
Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping |
d8930ac
to
ae4cb69
Compare
It looks like the coverage is very confused... it is reporting empty lines as not-covered: https://app.codecov.io/github/Luthaf/rascaline/commit/ae4cb69ff05f267a229737158a11581baafc7e56/blob/python/rascaline-torch/rascaline/torch/__init__.py, just above |
02599ac
to
df9ae98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good overall!
df9ae98
to
2d12668
Compare
2d12668
to
9cddd03
Compare
I implemented the suggestion and keep the structure similar to the one in metatensor. I already found some further simplifications but this is something for the next CI cleanup 😅 |
Seems that codecov is no longer adding a commit check with the overall coverage, we'll have to look into this. But this PR should be fine! |
Using the same logic and structure as metatensor/metatensor#381.
📚 Documentation preview 📚: https://rascaline--234.org.readthedocs.build/en/234/