Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop skipping or remove skipped demos #508

Open
mscroggs opened this issue Jul 8, 2022 · 0 comments
Open

Stop skipping or remove skipped demos #508

mscroggs opened this issue Jul 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mscroggs
Copy link
Member

mscroggs commented Jul 8, 2022

ffcx/demo/test_demos.py

Lines 15 to 27 in d2f7e9f

if file in [
"MixedPoissonDual", # Discontinuous Raviart-Thomas
"BiharmonicHHJ", # Hellan-Herrmann-Johnson
"NodalMini", # NodalEnrichedElement
"Mini", # EnrichedElement
"MixedGradient", "TraceElement", # HDiv Trace
"MassHdiv_2D_1", "MassHdiv_2D_3", "MixedPoisson", "MassHdiv_2D_2", # Brezzi-Douglas-Marini
"MixedElasticity", # VectorElement of BDM
"RestrictedElement",
"_TensorProductElement"
]:
# Skip demos that use elements not yet implemented in basix
pytest.skip()

@mscroggs mscroggs added the enhancement New feature or request label Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant