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 Oct 30, 2024
1 parent 1ef24f1 commit 811b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_polygon.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def test_to_hoomd(points):
poly.centroid = [0, 0, 0]
dict_keys = ["vertices", "centroid", "sweep_radius", "area", "moment_inertia"]
dict_vals = [
poly.vertices[:,:2],
poly.vertices[:, :2],
[0, 0, 0],
0,
poly.area,
Expand Down

0 comments on commit 811b1fa

Please sign in to comment.