From 79aa19cc17032f0dfe7f545cf64c276423d52791 Mon Sep 17 00:00:00 2001 From: Tom Bendall Date: Thu, 27 Jul 2023 08:42:54 +0100 Subject: [PATCH] fix replace_perp test --- unit-tests/fml_tests/test_replace_perp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/fml_tests/test_replace_perp.py b/unit-tests/fml_tests/test_replace_perp.py index 967780696..cd7d91f7b 100644 --- a/unit-tests/fml_tests/test_replace_perp.py +++ b/unit-tests/fml_tests/test_replace_perp.py @@ -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