Skip to content

Commit f6ba19d

Browse files
committed
2d: fix test
1 parent 5dcd2ee commit f6ba19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_2d():
1212
)
1313

1414
assert mesh.points.shape == (276, 2)
15-
assert mesh.cells["triangle"].shape == (486, 3)
15+
assert mesh.get_cells_type("triangle").shape == (486, 3)
1616

1717
# # show mesh
1818
# import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)