Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Sep 12, 2024
1 parent ca7582b commit 4b49683
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions firedrake/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,9 +1204,6 @@ def _interpolator(V, tensor, expr, subset, arguments, access, bcs=None):

def _compile_expression_key(comm, expr, to_element, ufl_element, domain, parameters, log):
"""Generate a cache key suitable for :func:`tsfc.compile_expression_dual_evaluation`."""
# Since the caching is collective, this function must return a 2-tuple of
# the form (comm, key) where comm is the communicator the cache is collective over.
# FIXME FInAT elements are not safely hashable so we ignore them here
key = hash_expr(expr), hash(ufl_element), utils.tuplify(parameters), log
return key

Expand Down

0 comments on commit 4b49683

Please sign in to comment.