Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 3, 2023
1 parent 6d4276e commit e217417
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions hoomd/md/methods/rattle.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,16 @@ class Langevin(MethodRATTLE):
:math:`[\mathrm{time}^{-1}]`.
"""

def __init__(self,
filter,
kT,
manifold_constraint,
tally_reservoir_energy=False,
tolerance=0.000001,
default_gamma=1.0,
default_gamma_r=(1.0, 1.0, 1.0),):
def __init__(
self,
filter,
kT,
manifold_constraint,
tally_reservoir_energy=False,
tolerance=0.000001,
default_gamma=1.0,
default_gamma_r=(1.0, 1.0, 1.0),
):

# store metadata
param_dict = ParameterDict(
Expand Down

0 comments on commit e217417

Please sign in to comment.