Skip to content
Snippets Groups Projects
Commit ca01c01d authored by Markus Holzer's avatar Markus Holzer
Browse files

Removed wrong Max print function

parent 501334ba
Branches
Tags
1 merge request!168Extend testsuite
......@@ -589,9 +589,6 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter):
result = self.instruction_set['&'].format(result, item)
return result
def _print_Max(self, expr):
return "test"
def _print_Or(self, expr):
result = self._scalarFallback('_print_Or', expr)
if result:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment