Skip to content

Commit 69a63d4

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmeutils/gsd_utils.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ def frame_to_freud_system(frame, ref_length=None):
2525
ref_length = 1
2626
box = frame.configuration.box
2727
freud_box = freud.box.Box(
28-
Lx=box[0] * ref_length,
29-
Ly=box[1] * ref_length,
30-
Lz=box[2] * ref_length,
31-
xy=box[3],
32-
xz=box[4],
33-
yz=box[5]
28+
Lx=box[0] * ref_length,
29+
Ly=box[1] * ref_length,
30+
Lz=box[2] * ref_length,
31+
xy=box[3],
32+
xz=box[4],
33+
yz=box[5],
3434
)
3535
box[0:3] *= ref_length
3636
xyz = frame.particles.position * ref_length

0 commit comments

Comments
 (0)