Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ def test_multiple_equal_mesh(self):

def test_multiple_different_meshes(self):
# Create 2 meshes with different faces, but same edges.
# N.B. they should *not* then share an edge dimension !
# N.B. they should then share an edge dimension.
mesh1 = make_mesh(n_faces=3, n_edges=2)
mesh2 = make_mesh(n_faces=4, n_edges=2)

Expand Down