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

Function test_transforms_pass_lazy_array_equiv

xarray/tests/test_dask.py:1758–1760  ·  view source on GitHub ↗
(obj, transform)

Source from the content-addressed store, hash-verified

1756 ],
1757)
1758def test_transforms_pass_lazy_array_equiv(obj, transform):
1759 with raise_if_dask_computes():
1760 assert_equal(obj, transform(obj))
1761
1762
1763def test_more_transforms_pass_lazy_array_equiv(map_da, map_ds):

Callers

nothing calls this directly

Calls 2

raise_if_dask_computesFunction · 0.90
assert_equalFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…