Commit a5df7a5c authored by Robert Bradshaw's avatar Robert Bradshaw

Name numpy type enum

parent 89905c70
...@@ -20,7 +20,7 @@ cdef extern from "Python.h": ...@@ -20,7 +20,7 @@ cdef extern from "Python.h":
cdef extern from "numpy/arrayobject.h": cdef extern from "numpy/arrayobject.h":
ctypedef Py_intptr_t npy_intp ctypedef Py_intptr_t npy_intp
cdef enum: cdef enum NPY_TYPES:
NPY_BOOL, NPY_BOOL,
NPY_BYTE, NPY_UBYTE, NPY_BYTE, NPY_UBYTE,
NPY_SHORT, NPY_USHORT, NPY_SHORT, NPY_USHORT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment