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(
86
86
arr ,
87
87
func = func ,
88
88
combine_func = combine_func ,
89
- aggegrate_func = aggregate_func , # TODO fix the typo in argument name in cubed
89
+ aggregate_func = aggregate_func ,
90
90
axis = axis ,
91
91
dtype = dtype ,
92
92
keepdims = keepdims ,
@@ -104,11 +104,6 @@ def map_blocks(
104
104
):
105
105
from cubed .core .ops import map_blocks
106
106
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
-
112
107
return map_blocks (
113
108
func ,
114
109
* args ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requires-python = ">=3.9"
23
23
dependencies = [
24
24
" numpy >= 1.17" ,
25
25
" xarray >= 2024.02.0" ,
26
- " cubed >= 0.6.3 " ,
26
+ " cubed >= 0.14.2 " ,
27
27
]
28
28
29
29
[project .urls ]
Original file line number Diff line number Diff line change 1
- cubed >= 0.6.0
1
+ cubed >= 0.14.2
2
2
numpy >= 1.17.1
3
3
xarray >= 2024.02.0
You can’t perform that action at this time.
0 commit comments