Skip to content

Commit c6aa5cb

Browse files
authored
remove demos with trace elements (#747)
1 parent 985bc51 commit c6aa5cb

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

demo/MixedGradient.py

-15
This file was deleted.

demo/TraceElement.py

-26
This file was deleted.

demo/test_demos.py

-9
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ def test_demo(file, scalar_type):
2323

2424
if file == "Symmetry":
2525
pytest.xfail("Demo currently failing. See https://github.com/FEniCS/ufl/issues/343.")
26-
if file in [
27-
"MixedGradient",
28-
"TraceElement", # HDiv Trace
29-
"MixedElasticity", # VectorElement of BDM
30-
"RestrictedElement",
31-
"_TensorProductElement",
32-
]:
33-
# Skip demos that use elements not yet implemented in Basix
34-
pytest.skip(reason="Element not yet implemented in Basix")
3526

3627
if "complex" in scalar_type and file in [
3728
"BiharmonicHHJ",

0 commit comments

Comments
 (0)