-
Notifications
You must be signed in to change notification settings - Fork 3
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
Reformatted api_forms files #54
Conversation
… and get.py of that function.
…tionary to reduce redundant code
… from which all other errors inherit.
…duplication. Added docstrings
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.
I am super excited, it is clear that your contribution to MolSysMT is going to have a great impact.
Anyway, it was a long review. Give me time to give it a second look.
In the meantime, please read my comments and reply to them -if you want-.
molsysmt/tests/pbc/wrap_to_pbc/test_wrap_to_pbc_molsysmt_TrajectoryDict.py
Show resolved
Hide resolved
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.
All comments and suggestions to be revisited were reported already as new issues.
Description
Added a new function that creates a form attributes dictionary which now all files in api_forms call, using less code.
All these files were reformated to use spacing according to the style guide.
Todos