Skip to content

Commit 9252b35

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
update
1 parent 8743604 commit 9252b35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/netCDF4/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ def _StartCountStride(elem, shape, dimensions=None, grp=None, datashape=None,\
426426

427427
# ITERABLE #
428428
elif np.iterable(e) and np.array(e).dtype.kind in 'i': # Sequence of integers
429-
print(e, sdim)
429+
print(i, elem, e, sdim)
430430
start[...,i] = np.apply_along_axis(lambda x: e*x, i, np.ones(sdim[:-1]))
431-
print(start[...,i]
431+
print(start[...,i])
432432
indices[...,i] = np.apply_along_axis(lambda x: np.arange(sdim[i])*x, i, np.ones(sdim[:-1], int))
433433

434434
count[...,i] = 1

0 commit comments

Comments
 (0)