MCPcopy Index your code
hub / github.com/dask/dask / test_block_tuple

Function test_block_tuple

dask/array/tests/test_array_core.py:1113–1117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1111
1112
1113def test_block_tuple():
1114 for arrays in [([1, 2], [3, 4]), [(1, 2), (3, 4)]]:
1115 with pytest.raises(TypeError) as e:
1116 da.block(arrays)
1117 e.match(r"tuple")
1118
1119
1120def test_broadcast_shapes():

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…