We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c2264 commit 8c61997Copy full SHA for 8c61997
xarray/core/combine.py
@@ -118,7 +118,6 @@ def _check_shape_tile_ids(combined_tile_ids):
118
# Check all tuples are the same length
119
# i.e. check that all lists are nested to the same depth
120
nesting_depths = [len(tile_id) for tile_id in tile_ids]
121
- print(nesting_depths)
122
if not nesting_depths:
123
nesting_depths = [0]
124
if not set(nesting_depths) == {nesting_depths[0]}:
0 commit comments