Skip to content

Commit 245e0ba

Browse files
committed
Lower number of outputs of itertools product
1 parent 754291e commit 245e0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/test_tensordot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_sides_ids(param):
1515

1616

1717
@pytest.fixture(
18-
params=itertools.product([10, 20, 50], [10, 20, 50], [10, 20, 50], [10, 20, 50]),
18+
params=itertools.product([10, 50], [10, 20], [20, 50], [10, 50]),
1919
ids=get_sides_ids,
2020
scope="function",
2121
)

0 commit comments

Comments
 (0)