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

Function test_block_tuple

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected