Skip to content

Commit d707a05

Browse files
authored
Merge branch 'main' into mscroggs/remove-xfail
2 parents a97b6f7 + c6aa5cb commit d707a05

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

demo/MixedGradient.py

-15
This file was deleted.

demo/TraceElement.py

-26
This file was deleted.

demo/test_demos.py

-10
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ def test_demo(file, scalar_type):
2121
# Skip complex demos on win32
2222
pytest.skip(reason="_Complex not supported on Windows")
2323

24-
if file in [
25-
"MixedGradient",
26-
"TraceElement", # HDiv Trace
27-
"MixedElasticity", # VectorElement of BDM
28-
"RestrictedElement",
29-
"_TensorProductElement",
30-
]:
31-
# Skip demos that use elements not yet implemented in Basix
32-
pytest.skip(reason="Element not yet implemented in Basix")
33-
3424
if "complex" in scalar_type and file in [
3525
"BiharmonicHHJ",
3626
"BiharmonicRegge",

0 commit comments

Comments
 (0)