Skip to content

Commit 8b51bdd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1a63d1e commit 8b51bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: grits/coarsegrain.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def save(self, cg_gsdfile, start=0, stop=None, stride=1):
727727
new_snap = gsd.hoomd.Frame()
728728
position = []
729729
mass = []
730-
#make an empty list for forces here
730+
# make an empty list for forces here
731731
forces = []
732732
orientation = [] if self.aniso_beads else None
733733
f_box = freud.Box.from_box(s.configuration.box)
@@ -741,7 +741,7 @@ def save(self, cg_gsdfile, start=0, stop=None, stride=1):
741741
sum(s.particles.mass[x]) * self.mass_scale for x in inds
742742
]
743743

744-
#do the force calculation here
744+
# do the force calculation here
745745

746746
if self.aniso_beads:
747747
for x in inds:

0 commit comments

Comments
 (0)