MCPcopy Index your code
hub / github.com/pydata/xarray / test_map_blocks_ds_transformations

Function test_map_blocks_ds_transformations

xarray/tests/test_dask.py:1402–1406  ·  view source on GitHub ↗
(func, map_ds)

Source from the content-addressed store, hash-verified

1400 ],
1401)
1402def test_map_blocks_ds_transformations(func, map_ds):
1403 with raise_if_dask_computes():
1404 actual = xr.map_blocks(func, map_ds)
1405
1406 assert_identical(actual, func(map_ds))
1407
1408
1409@pytest.mark.parametrize("obj", [make_da(), make_ds()])

Callers

nothing calls this directly

Calls 4

raise_if_dask_computesFunction · 0.90
assert_identicalFunction · 0.90
funcFunction · 0.70
map_blocksMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…