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
2 changes: 1 addition & 1 deletion include/netCDF4.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ cdef extern from "mpi-compat.h":
# taken from numpy.pxi in numpy 1.0rc2.
cdef extern from "numpy/arrayobject.h":
ctypedef int npy_intp
ctypedef extern class numpy.ndarray [object PyArrayObject]:
ctypedef extern class numpy.ndarray [object PyArrayObject, check_size ignore]:
pass
npy_intp PyArray_SIZE(ndarray arr) nogil
npy_intp PyArray_ISCONTIGUOUS(ndarray arr) nogil
Expand Down