Skip to content

Commit

Permalink
Update test_Saver__ugrid.py (#6017)
Browse files Browse the repository at this point in the history
* Update test_Saver__ugrid.py

Correct comment, since after #6004 the behaviour, and the testcase changed but the comment did not !

* Revert unintended change.
  • Loading branch information
pp-mo authored Jul 4, 2024
1 parent 9d90530 commit b857174
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b857174

Please sign in to comment.