Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion xarray/core/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def _check_shape_tile_ids(combined_tile_ids):
# Check all tuples are the same length
# i.e. check that all lists are nested to the same depth
nesting_depths = [len(tile_id) for tile_id in tile_ids]
print(nesting_depths)
if not nesting_depths:
nesting_depths = [0]
if not set(nesting_depths) == {nesting_depths[0]}:
Expand Down