We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754291e commit 245e0baCopy full SHA for 245e0ba
benchmarks/test_tensordot.py
@@ -15,7 +15,7 @@ def get_sides_ids(param):
15
16
17
@pytest.fixture(
18
- params=itertools.product([10, 20, 50], [10, 20, 50], [10, 20, 50], [10, 20, 50]),
+ params=itertools.product([10, 50], [10, 20], [20, 50], [10, 50]),
19
ids=get_sides_ids,
20
scope="function",
21
)
0 commit comments