Skip to content

Commit

Permalink
Add an explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmaddison committed Dec 19, 2024
1 parent a2b6002 commit 2dc087a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/firedrake/regression/test_interp_dual.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_interp_self(V1):

def test_assemble_interp_adjoint_tensor(mesh, V1, f1):
a = assemble(TestFunction(V1) * dx)
# We want tensor to be a dependency of the input expression for this test
assemble(action(adjoint(Interpolate(f1 * TestFunction(V1), V1)), a),
tensor=a)

Expand Down

0 comments on commit 2dc087a

Please sign in to comment.