Skip to content

Commit

Permalink
#2244 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergisiso committed Oct 22, 2024
1 parent 1752893 commit 2ea5c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def validate(self, node, options=None):

# If the loop is not already coloured then check whether or not
# it should be
if (node.loop_type not in ('colour', 'tile', 'colourtile')
if (node.loop_type not in ('colour', 'tile', 'colourtiles')
and node.has_inc_arg()):
raise TransformationError(
f"Error in {self.name} transformation. The kernel has an "
Expand Down

0 comments on commit 2ea5c4c

Please sign in to comment.