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
No related merge requests found
...@@ -589,9 +589,6 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter): ...@@ -589,9 +589,6 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter):
result = self.instruction_set['&'].format(result, item) result = self.instruction_set['&'].format(result, item)
return result return result
def _print_Max(self, expr):
return "test"
def _print_Or(self, expr): def _print_Or(self, expr):
result = self._scalarFallback('_print_Or', expr) result = self._scalarFallback('_print_Or', expr)
if result: if result:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment