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

Re-fix pickling of ArgExtFunction

parent 9f62c5f5
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ class ArgExtFunction(FunctionIdentifier):
self.name = name
self.inames = inames
def __getinitargs(self):
def __getinitargs__(self):
return (self.reduction_op, self.scalar_dtype, self.name, self.inames)
......
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