Skip to content

Commit

Permalink
Fix test for polygon::to_hoomd
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Oct 30, 2024
1 parent 2912f08 commit 1ef24f1
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,
poly.vertices[:,:2],
[0, 0, 0],
0,
poly.area,
Expand Down

0 comments on commit 1ef24f1

Please sign in to comment.