Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmaddison committed Jan 10, 2025
1 parent e1aa9f8 commit c4d0a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def __init__(
part=v.part())})
self.expr_renumbered = expr

def _interpolate_future(self, *function, transpose=None, adjoint=None, default_missing_val=None):
def _interpolate_future(self, *function, transpose=None, adjoint=False, default_missing_val=None):
"""Define the :class:`Interpolate` object corresponding to the interpolation operation of interest.
Parameters
Expand Down

0 comments on commit c4d0a65

Please sign in to comment.