Skip to content

Commit 8c61997

Browse files
TomNicholasshoyer
authored andcommitted
Removed rogue print statement in N-D combine (#3074)
1 parent e2c2264 commit 8c61997

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xarray/core/combine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def _check_shape_tile_ids(combined_tile_ids):
118118
# Check all tuples are the same length
119119
# i.e. check that all lists are nested to the same depth
120120
nesting_depths = [len(tile_id) for tile_id in tile_ids]
121-
print(nesting_depths)
122121
if not nesting_depths:
123122
nesting_depths = [0]
124123
if not set(nesting_depths) == {nesting_depths[0]}:

0 commit comments

Comments
 (0)