result = str(self._print(node)) File "/builds/seitz/pystencils/pystencils/backends/cbackend.py", line 177, in _print return getattr(self, method_name)(node) File "/builds/seitz/pystencils/pystencils/backends/cbackend.py", line 184, in _print_KernelFunction function_arguments = ["%s %s" % (self._print(s.symbol.dtype), s.symbol.name) for s in node.get_parameters()] File "/builds/seitz/pystencils/pystencils/backends/cbackend.py", line 184, in <listcomp> function_arguments = ["%s %s" % (self._print(s.symbol.dtype), s.symbol.name) for s in node.get_parameters()] AttributeError: 'Symbol' object has no attribute 'dtype' ERROR: Job failed: exit code 1