Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Nov 28, 2024
1 parent 2076352 commit 0eaed79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/firedrake/output/test_pvd_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_bad_file_name(tmpdir):


@pytest.mark.parametrize("space",
["primal", "dual"])
["primal", "dual"])
def test_different_functions(mesh, pvd, space):
V = FunctionSpace(mesh, "DG", 0)
if space == "primal":
Expand Down Expand Up @@ -142,7 +142,7 @@ def test_not_function(mesh, pvd):


@pytest.mark.parametrize("space",
["primal", "dual"])
["primal", "dual"])
def test_append(mesh, tmpdir, space):
V = FunctionSpace(mesh, "DG", 0)
if space == "primal":
Expand Down

0 comments on commit 0eaed79

Please sign in to comment.