(obj, transform)
| 1756 | ], |
| 1757 | ) |
| 1758 | def test_transforms_pass_lazy_array_equiv(obj, transform): |
| 1759 | with raise_if_dask_computes(): |
| 1760 | assert_equal(obj, transform(obj)) |
| 1761 | |
| 1762 | |
| 1763 | def test_more_transforms_pass_lazy_array_equiv(map_da, map_ds): |
nothing calls this directly
no test coverage detected
searching dependent graphs…