MCPcopy
hub / github.com/pydata/xarray / build_dask_array

Function build_dask_array

xarray/tests/test_dask.py:1004–1009  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1002
1003
1004def build_dask_array(name):
1005 global kernel_call_count
1006 kernel_call_count = 0
1007 return dask.array.Array(
1008 dask={(name, 0): (kernel, name)}, name=name, chunks=((1,),), dtype=np.int64
1009 )
1010
1011
1012@pytest.mark.parametrize(

Callers 8

test_pickleMethod · 0.85
test_dataarray_reprMethod · 0.85
test_dataset_reprMethod · 0.85
test_dataarray_pickleMethod · 0.85
test_dataset_pickleMethod · 0.85
test_dataset_getattrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…