Skip to content

Commit

Permalink
remove unused definition (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Jul 4, 2024
1 parent ea144b0 commit 7bfef95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_external_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def test_adjoint_action_jacobian(V1, V2, V3):

# N(u, m; v*)
N = ExternalOperator(u, m, function_space=V3)
(vstar_N,) = N.arguments()

# Arguments for the Gateaux-derivative
def u_hat(number):
Expand Down

0 comments on commit 7bfef95

Please sign in to comment.