Skip to content

Commit

Permalink
2d: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Sep 15, 2020
1 parent 5dcd2ee commit f6ba19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_2d():
)

assert mesh.points.shape == (276, 2)
assert mesh.cells["triangle"].shape == (486, 3)
assert mesh.get_cells_type("triangle").shape == (486, 3)

# # show mesh
# import matplotlib.pyplot as plt
Expand Down

0 comments on commit f6ba19d

Please sign in to comment.