We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcd2ee commit f6ba19dCopy full SHA for f6ba19d
1 file changed
test/test_2d.py
@@ -12,7 +12,7 @@ def test_2d():
12
)
13
14
assert mesh.points.shape == (276, 2)
15
- assert mesh.cells["triangle"].shape == (486, 3)
+ assert mesh.get_cells_type("triangle").shape == (486, 3)
16
17
# # show mesh
18
# import matplotlib.pyplot as plt
0 commit comments