From 202b0f5f29d62bdfddd5b044ae98cc527b9027b9 Mon Sep 17 00:00:00 2001
From: arghdos <arghdos@gmail.com>
Date: Wed, 15 Mar 2017 11:35:37 -0400
Subject: [PATCH] add test for size 1

---
 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 5887df7a6..86e72c0c6 100644
--- a/test/test_reduction.py
+++ b/test/test_reduction.py
@@ -181,7 +181,7 @@ def test_recursive_nested_dependent_reduction(ctx_factory):
     # FIXME: Actually test functionality.
 
 
-@pytest.mark.parametrize("size", [128, 5, 113, 67])
+@pytest.mark.parametrize("size", [128, 5, 113, 67, 1])
 def test_local_parallel_reduction(ctx_factory, size):
     ctx = ctx_factory()
 
-- 
GitLab