Skip to content

Commit 8743604

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
update
1 parent 8d75cd5 commit 8743604

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/netCDF4/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ def _StartCountStride(elem, shape, dimensions=None, grp=None, datashape=None,\
428428
elif np.iterable(e) and np.array(e).dtype.kind in 'i': # Sequence of integers
429429
print(e, sdim)
430430
start[...,i] = np.apply_along_axis(lambda x: e*x, i, np.ones(sdim[:-1]))
431+
print(start[...,i]
431432
indices[...,i] = np.apply_along_axis(lambda x: np.arange(sdim[i])*x, i, np.ones(sdim[:-1], int))
432433

433434
count[...,i] = 1

0 commit comments

Comments
 (0)