Skip to content

Commit

Permalink
Update dace/transformation/interstate/loop_unroll.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tal Ben-Nun <tbennun@users.noreply.github.com>
  • Loading branch information
phschaad and tbennun authored Dec 9, 2024
1 parent 72508bd commit f1cb99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/transformation/interstate/loop_unroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LoopUnroll(xf.MultiStateTransformation):
)

inline_iterations = Property(dtype=bool, default=True,
desc='Whether or not to inline individual iteration\'s CFGs after unrolling')
desc="Whether or not to inline individual iterations' CFGs after unrolling")

@classmethod
def expressions(cls):
Expand Down

0 comments on commit f1cb99f

Please sign in to comment.