From e9dbca96b98c61be350b18c34dbb19eace86dc22 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Thu, 31 Jan 2019 18:39:17 +0100 Subject: [PATCH] Remove comma following **dict as it is python3 only --- python/dune/codegen/sumfact/realization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dune/codegen/sumfact/realization.py b/python/dune/codegen/sumfact/realization.py index 8b585d4c..14cd0b1d 100644 --- a/python/dune/codegen/sumfact/realization.py +++ b/python/dune/codegen/sumfact/realization.py @@ -259,7 +259,7 @@ def realize_sumfact_kernel_function(sf): # at the same time store the instruction ID for the next instruction to depend on insn_dep = frozenset({instruction(assignee=prim.Subscript(prim.Variable(out), output_inames + vec_iname), expression=matprod, - **insn_args, + **insn_args ) }) -- GitLab