Skip to content

Commit

Permalink
Formatting, removed blanks.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbukenberger committed Nov 7, 2024
1 parent a8c69e4 commit 82fd608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_remesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_sub(self):
for m in meshes:
# set vertex positions as attributes for trivial check after subdivision
m.vertex_attributes = {"pos": m.vertices}

s = m.subdivide(face_index=[0, len(m.faces) - 1])
# shouldn't have subdivided in-place
assert len(s.faces) > len(m.faces)
Expand Down

0 comments on commit 82fd608

Please sign in to comment.