Skip to content
Snippets Groups Projects
Commit 78e670ae authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add missing use_kwargs in memoize for _make_dep_mapper

parent b401c797
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class Instruction(Record):
return not self.__eq__(other)
@memoize
@memoize(use_kwargs=True)
def _make_dep_mapper(include_subscripts):
return mappers.DependencyMapper(
include_operator_bindings=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment