Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hungpham2511 committed Apr 27, 2019
1 parent dac5938 commit 535989a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ good-names=i,
_,
logger,
dx, dy, dz, dq, q,
x, y, z, s, dt, F, g, a, b, c
x, y, z, s, dt, F, g, a, b, c,
N, ds


# Include a hint for the correct naming format with invalid-name
Expand Down Expand Up @@ -522,7 +523,7 @@ valid-metaclass-classmethod-first-arg=mcs
[DESIGN]

# Maximum number of arguments for function / method
max-args=5
max-args=8

# Maximum number of attributes for a class (see R0902).
max-attributes=7
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def rave_env():
env = orpy.Environment()
yield env
env.Destroy()
orpy.RaveDestroy()


def pytest_addoption(parser):
Expand Down

0 comments on commit 535989a

Please sign in to comment.