-
Notifications
You must be signed in to change notification settings - Fork 13
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
metatensor
interface
#158
metatensor
interface
#158
Conversation
Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping |
2cce5e8
to
ccd82ef
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.
The code looks good, but this might be worth a bit more documentation, both adding a link to metatensor in the class docstring and putting some reference to these new classes in the main documentation.
793e32e
to
a9685fe
Compare
a9685fe
to
6d017c1
Compare
Unfortunately it wasn't possible to share code between the two interfaces because |
be6d03c
to
e886a8d
Compare
e886a8d
to
df64c88
Compare
blocks=[ | ||
TensorBlock( | ||
values=np.random.rand(n_samples, 3, 1), | ||
samples=Labels( |
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.
should we indicate somewhere (maybe here and in the docstring?) that the output will have the same samples as the input?
A
metatensor
interface forsphericart