Skip to content

Commit

Permalink
skip complex no slate
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Jan 23, 2023
1 parent 4a227d6 commit e0a342d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/multigrid/test_hiptmair.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def run_riesz_map(V, mat_type):
return its


@pytest.mark.skipcomplexnoslate
@pytest.mark.parametrize(["family", "cell"],
[("N1curl", "tetrahedron")])
def test_hiptmair_hcurl(family, cell):
Expand All @@ -78,6 +79,7 @@ def test_hiptmair_hcurl(family, cell):
assert run_riesz_map(V, "matfree") <= 15


@pytest.mark.skipcomplexnoslate
@pytest.mark.parametrize(["family", "cell"],
[("RT", "tetrahedron")])
def test_hiptmair_hdiv(family, cell):
Expand Down

0 comments on commit e0a342d

Please sign in to comment.