Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Nov 17, 2023
1 parent 11872f3 commit e9893be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4py/next/ffront/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def __call__(
)
else:
# "out" -> field_operator called from program in embedded execution
# TODO put offset_provider in ctxt var
# TODO(egparedes) put offset_provider in ctxt var here when implementing remap
domain = kwargs.pop("domain", None)
res = self.definition(*args, **kwargs)
_tuple_assign_field(
Expand Down

0 comments on commit e9893be

Please sign in to comment.