Skip to content

Commit d70f74b

Browse files
committed
removed an unused test function
1 parent 1612dc1 commit d70f74b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

xarray/tests/test_dask.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,17 +1211,6 @@ def really_bad_func(darray):
12111211
xr.map_blocks(bad_func, map_da, kwargs=dict(a=map_da.chunk()))
12121212

12131213

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-
12251214
@pytest.mark.parametrize("obj", [make_da(), make_ds()])
12261215
def test_map_blocks(obj):
12271216
def func(obj):

0 commit comments

Comments
 (0)