-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adding Psp8 (Abinit type) pseudo support. #11
Conversation
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.
Thanks @sponce24 . In addition to my comments, please add unit tests for both the data plugin as well as the family. You can literally copy paste those of the PsfData
for example and just adapt to Psp8Data
. I think the current implementation is broken, which shows why tests are important
Another tip, to get the pre-commit running automatically, do the following from the repository:
This way you will automatically run pre-commit locally and it won't fail remotely |
Should be more robust.
@sponce24 if you fix the pre-commit, this can be merged |
Thanks a lot @sponce24 ! |
No description provided.