Skip to content

Commit

Permalink
Remove check for drop_axis as it's now fixed in Cubed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Apr 18, 2024
1 parent be20e5e commit 87f91e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cubed_xarray/cubedmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ def map_blocks(
):
from cubed.core.ops import map_blocks

if drop_axis is None:
# TODO should fix this upstream in cubed to match dask
# see https://github.com/pydata/xarray/pull/7019#discussion_r1196729489
drop_axis = []

return map_blocks(
func,
*args,
Expand Down

0 comments on commit 87f91e2

Please sign in to comment.