Skip to content

Commit

Permalink
fix last error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed May 3, 2023
1 parent 9d9cdcc commit d8e8057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube/api/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ def _mk_empty(shape: Tuple[int, ...]) -> str:
dss = tiled_dss.get(idx, None)

if dss is None:
val = _mk_empty(gbt.chunk_shape(idx).xy)
val = _mk_empty(gbt.chunk_shape(idx))
# 3D case
if 'extra_dim' in measurement:
index_subset = extra_dims.measurements_index(measurement.extra_dim)
Expand Down

0 comments on commit d8e8057

Please sign in to comment.