-
Notifications
You must be signed in to change notification settings - Fork 658
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
Code should follow the python style guide #216
Comments
Original comment by |
Original comment by |
Original comment by
|
Original comment by |
Original comment by
|
Original comment by |
Original comment by |
richardjgowers
added a commit
that referenced
this issue
Apr 9, 2015
Changed Universe._psf to Universe._topology topology.base.TopologyReader now has keyword 'universe' which gets saved as self._u. This is then passed to Atoms on creation. Atoms can now be passed their Universe as kwarg. All '_things' renamed to 'things' in Universe._topology. Renamed __is_guessed to _is_guessed in Bond (death to double underscores) Added absolute_import from future to all topology modules (Issues #132 #216) Updated tests to reflect new names
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While our code is mostly clean and well written, most of it does not (fully) follow the recommendations from the Python style guide (aka PEP8).
To enhance code readability (and maintenance ?), the code should follow the style guide.
Original issue reported on code.google.com by
[email protected]
on 13 Feb 2015 at 9:49The text was updated successfully, but these errors were encountered: