We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1612dc1 commit d70f74bCopy full SHA for d70f74b
xarray/tests/test_dask.py
@@ -1211,17 +1211,6 @@ def really_bad_func(darray):
1211
xr.map_blocks(bad_func, map_da, kwargs=dict(a=map_da.chunk()))
1212
1213
1214
-@pytest.mark.parametrize("obj", [make_da(), make_ds()])
1215
-def test_map_blocks_accepts_da_ds_template(obj):
1216
- def identity(x):
1217
- return x
1218
-
1219
- with raise_if_dask_computes():
1220
- result = xr.map_blocks(identity, obj, template=obj)
1221
1222
- assert_identical(result, obj)
1223
1224
1225
@pytest.mark.parametrize("obj", [make_da(), make_ds()])
1226
def test_map_blocks(obj):
1227
def func(obj):
0 commit comments