Skip to content

Commit

Permalink
Skip complex
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Zerbinati committed Sep 18, 2024
1 parent 4e19060 commit b84833c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/regression/test_trefftz.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from firedrake import *
from firedrake.trefftz import TrefftzEmbedding, AggregationEmbedding, dumb_aggregation


@pytest.mark.skipcomplex
def test_trefftz_laplace():
order = 6
mesh = UnitSquareMesh(2, 2)
Expand Down Expand Up @@ -38,7 +38,7 @@ def delta(u):
assert (assemble(inner(uDG-f, uDG-f)*dx) < 1e-6)
assert (embd.dimT < V.dim()/2)


@pytest.mark.skipcomplex
def test_trefftz_aggregation():
from netgen.occ import WorkPlane, OCCGeometry

Expand Down

0 comments on commit b84833c

Please sign in to comment.