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

Function test_map_blocks_da_transformations

xarray/tests/test_dask.py:1382–1386  ·  view source on GitHub ↗
(func, map_da)

Source from the content-addressed store, hash-verified

1380 ],
1381)
1382def test_map_blocks_da_transformations(func, map_da):
1383 with raise_if_dask_computes():
1384 actual = xr.map_blocks(func, map_da)
1385
1386 assert_identical(actual, func(map_da))
1387
1388
1389@pytest.mark.parametrize(

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…