Skip to content

Commit

Permalink
#2711 Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed Oct 7, 2024
1 parent 76155a3 commit 681f39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/domain/lfric/lfric_kern.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def gen_stub(self):
supported_operates_on = const.USER_KERNEL_ITERATION_SPACES[:]
# TODO #925 Add support for 'domain' kernels
supported_operates_on.remove("domain")
#TODO #1351 Add support for 'dof' kernels
# TODO #1351 Add support for 'dof' kernels
supported_operates_on.remove("dof")

# Check operates-on (iteration space) before generating code
Expand Down

0 comments on commit 681f39a

Please sign in to comment.