From 97ff3c86154f88036811c1b6b95ac8b8ed2c3ae4 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 2 Mar 2017 15:15:43 -0600 Subject: [PATCH] Undo test_reduction change. --- test/test_reduction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_reduction.py b/test/test_reduction.py index 83aac9d37..290f3d483 100644 --- a/test/test_reduction.py +++ b/test/test_reduction.py @@ -186,7 +186,7 @@ def test_local_parallel_reduction(ctx_factory, size): ctx = ctx_factory() knl = lp.make_kernel( - "{[i, j]: 1 <= i < n and 0 <= j < 5}", + "{[i, j]: 0 <= i < n and 0 <= j < 5}", """ z[j] = sum(i, i+j) """) -- GitLab