MCPcopy Create free account
hub / github.com/dask/dask / test_sparse_dot

Route test_sparse_dot

dask/array/tests/test_cupy_sparse.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "input_sizes",
    [
        {
            "x_shape": (4, 8),
            "y_shape": (8, 6),
            "x_chunks": (2, 4),
            "y_chunks": (4, 3),
        },
   

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import pytest
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected