From e9e140b62a95366f59af5a6886b1ba91a73962dd Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Wed, 4 Dec 2024 17:22:52 -0600 Subject: [PATCH] lint --- tests/test_3325_ak_flatten_indexed_option_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_3325_ak_flatten_indexed_option_array.py b/tests/test_3325_ak_flatten_indexed_option_array.py index 4d2f4f01be..a8697a6993 100644 --- a/tests/test_3325_ak_flatten_indexed_option_array.py +++ b/tests/test_3325_ak_flatten_indexed_option_array.py @@ -49,6 +49,6 @@ ttarray = ak.Array(ttlayout) -@pytest.mark.parametrize("ax", [None, *list(i for i in range(4))]) +@pytest.mark.parametrize("ax", [None, 0, 1, 2, 3]) def test_3325_flatten_index_option_array(ax): ak.flatten(ttarray, axis=ax)