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

Fix stringification of arg{min,max}

parent 0986f8e7
No related branches found
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ class _ArgExtremumReductionOperation(ReductionOperation):
index_dtype.numpy_dtype.type(-1)), callables_table
def __str__(self):
return self.which
return "arg" + self.which
def __hash__(self):
return hash(type(self))
......
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