From cfb9c49b4e685fb78316c2bb96023fa5e8afade5 Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Sun, 22 Mar 2020 15:27:11 -0500 Subject: [PATCH] remove unused iname e from test_multiple_writes_to_local_temporary --- test/test_loopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_loopy.py b/test/test_loopy.py index ec9c8d473..64a3b9dbc 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -769,7 +769,7 @@ def test_multiple_writes_to_local_temporary(): # writes are OK. knl = lp.make_kernel( - "{[i,e]: 0<=i<5 and 0<=e temp[i, 0] = 17 temp[i, 1] = 15 -- GitLab