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 6db7837 commit 849e7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dof.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@ def test_boundary_plot():

def test_boundary_dict():
field = fem.Field(
fem.RegionHexahedron(fem.Cube(b=(3, 1, 1), n=5)), dim=1
fem.RegionHexahedron(fem.Cube(b=(3, 1, 1), n=5)), dim=3
).as_container()
boundaries = fem.BoundaryDict(
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()
plotter = boundaries.plot()
# img = boundaries.screenshot()
# ax = boundaries.imshow()

Expand Down

0 comments on commit 849e7dc

Please sign in to comment.