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 Jun 22, 2024
1 parent 1a63d1e commit 8b51bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grits/coarsegrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def save(self, cg_gsdfile, start=0, stop=None, stride=1):
new_snap = gsd.hoomd.Frame()
position = []
mass = []
#make an empty list for forces here
# make an empty list for forces here
forces = []
orientation = [] if self.aniso_beads else None
f_box = freud.Box.from_box(s.configuration.box)
Expand All @@ -741,7 +741,7 @@ def save(self, cg_gsdfile, start=0, stop=None, stride=1):
sum(s.particles.mass[x]) * self.mass_scale for x in inds
]

#do the force calculation here
# do the force calculation here

if self.aniso_beads:
for x in inds:
Expand Down

0 comments on commit 8b51bdd

Please sign in to comment.