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

Merge branch 'make-stringifier-port' into 'master'

Port away from deprecated method

See merge request !184
parents 5d7f9639 1e3b1516
No related branches found
No related tags found
1 merge request!184Port away from deprecated method
Pipeline #19804 passed with stage
in 46 minutes and 53 seconds
......@@ -434,9 +434,9 @@ def array_to_tuple(ary):
class Expression(ExpressionBase):
def stringifier(self):
def make_stringifier(self, originating_stringifier=None):
from pytential.symbolic.mappers import StringifyMapper
return StringifyMapper
return StringifyMapper()
def make_sym_mv(name, num_components):
......
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