Skip to content
Snippets Groups Projects
Commit 202b0f5f authored by Nick Curtis's avatar Nick Curtis
Browse files

add test for size 1

parent 2b722498
No related branches found
No related tags found
1 merge request!94Fix parallel reduction for size 1
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment