Skip to content
Snippets Groups Projects
Commit 98a4f573 authored by René Heß's avatar René Heß
Browse files

Improve repr of LFSSumfactKernelInput

parent 511cbc69
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class LFSSumfactKernelInput(SumfactKernelInterfaceBase, ImmutableRecord):
)
def __repr__(self):
return "{}_{}".format(self.coeff_func(self.restriction), self.element_index)
return ImmutableRecord.__repr__(self)
def __str__(self):
return repr(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