Skip to content

Commit

Permalink
Update test_mesh.py
Browse files Browse the repository at this point in the history
test mode
  • Loading branch information
adtzlr committed Apr 21, 2022
1 parent f386f2d commit f7a9dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_triangulate():

for mode in [0, 3]:
m = fe.Cube(n=3)
n = fe.mesh.triangulate(m)
n = fe.mesh.triangulate(m, mode=mode)

rm = fe.RegionHexahedron(m)
rn = fe.RegionTetra(n)
Expand Down

0 comments on commit f7a9dce

Please sign in to comment.