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
[Review Needed]Pytest Style core/test_updating_atomgroup.py #1619
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.
looks good besides the indentaion
@pytest.fixture() | ||
def ag_updating_compounded(self, u, ag): | ||
return u.select_atoms("around 2 group sele", | ||
sele=ag, updating=True) |
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.
indentation
|
||
def test_kwarg_check(self): | ||
assert_equal(ag_updating_chained.indices, | ||
ag_updating_compounded.indices) |
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.
indentaion
Please fix all indentation issues. There are more to be found in the diff. I haven't marked them all. |
@utkbansal please fix the indentations |
@kain88-de Is this good to go or is there something else to be done? |
This is more future proof for a python3 only library in a couple of years.
Fixes #
Changes made in this Pull Request:
PR Checklist