Skip to content

Commit

Permalink
added precompute attribute to reverse transformation (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei authored and EntilZha committed Nov 5, 2018
1 parent 2194476 commit 1720161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def reversed_t():
Transformation for Sequence.reverse
:return: transformation
"""
return Transformation('reversed', reversed, None)
return Transformation('reversed', reversed, [ExecutionStrategies.PRE_COMPUTE])


def slice_t(start, until):
Expand Down

0 comments on commit 1720161

Please sign in to comment.