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

Route test_array_function_dask

dask/array/tests/test_array_function.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "func",
    [
        lambda x: np.append(x, x),
        lambda x: np.concatenate([x, x, x]),
        lambda x: np.cov(x, x),
        lambda x: np.dot(x, x),
        lambd

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import numpy as np
4import pytest

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected