Skip to content

Commit 87f91e2

Browse files
committed
Remove check for drop_axis as it's now fixed in Cubed
1 parent be20e5e commit 87f91e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cubed_xarray/cubedmanager.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ def map_blocks(
104104
):
105105
from cubed.core.ops import map_blocks
106106

107-
if drop_axis is None:
108-
# TODO should fix this upstream in cubed to match dask
109-
# see https://github.com/pydata/xarray/pull/7019#discussion_r1196729489
110-
drop_axis = []
111-
112107
return map_blocks(
113108
func,
114109
*args,

0 commit comments

Comments
 (0)