Skip to content

Commit

Permalink
fix replace_perp test
Browse files Browse the repository at this point in the history
  • Loading branch information
tommbendall committed Jul 27, 2023
1 parent 6146c05 commit 79aa19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/fml_tests/test_replace_perp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_replace_perp():
Nx = 5
mesh = UnitSquareMesh(Nx, Nx)
domain = Domain(mesh, 0.1, "BDM", 1)
spaces = [space for space in domain.compatible_spaces]
spaces = [domain.spaces('HDiv'), domain.spaces('L2')]
W = MixedFunctionSpace(spaces)

# set up labelled form with subject u
Expand Down

0 comments on commit 79aa19c

Please sign in to comment.