pytest.mark.parametrize(
"input_sizes",
[
{
"x_shape": (4, 8),
"y_shape": (8, 6),
"x_chunks": (2, 4),
"y_chunks": (4, 3),
},
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import pytest |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected