Skip to content

Commit

Permalink
Update test_dof.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Dec 1, 2024
1 parent 389ed1d commit 6db7837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_dof.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ def test_boundary_dict():
left=fem.Boundary(field[0], fx=0, skip=(0, 0, 1)),
right=fem.Boundary(field[0], name="my_label", fx=3, skip=(0, 1, 0)),
)
plotter = boundaries.plot()
img = boundaries.screenshot()
ax = boundaries.imshow()
# plotter = boundaries.plot()
# img = boundaries.screenshot()
# ax = boundaries.imshow()


if __name__ == "__main__":
Expand Down

0 comments on commit 6db7837

Please sign in to comment.