File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def reduction(
8686 arr ,
8787 func = func ,
8888 combine_func = combine_func ,
89- aggegrate_func = aggregate_func , # TODO fix the typo in argument name in cubed
89+ aggregate_func = aggregate_func ,
9090 axis = axis ,
9191 dtype = dtype ,
9292 keepdims = keepdims ,
@@ -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 ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requires-python = ">=3.9"
2323dependencies = [
2424 " numpy >= 1.17" ,
2525 " xarray >= 2024.02.0" ,
26- " cubed >= 0.6.3 " ,
26+ " cubed >= 0.14.2 " ,
2727]
2828
2929[project .urls ]
Original file line number Diff line number Diff line change 1- cubed >= 0.6.0
1+ cubed >= 0.14.2
22numpy >= 1.17.1
33xarray >= 2024.02.0
You can’t perform that action at this time.
0 commit comments