-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove editable annotations #162
Conversation
- Remove more spurious normalizers
- Remove 2 extra editable annotations
Pull Request Test Coverage Report for Build 12952648342Details
💛 - Coveralls |
@JFRudzinski let me know if I should invite somebody else to review |
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, thank you @ndaelman-hu !
I guess the normalize function with super().normalize is a part of the parent classes through inheritance, so they are automatically included, is that right?
Indeed, that's standard behaviour in OOP, and NOMAD does not modify this. Unless you overwrite it: |
Aside from removing editable quantities, this PR also removes redundant normalizers
closes #161