Skip to content

Commit

Permalink
npy_intp
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 19, 2024
1 parent e37ab90 commit d9185a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bean/mapping/CRISPResso2Align.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cdef extern from "stdlib.h":
cdef extern from "Python.h":
ctypedef void PyObject

ctypedef np.intp DTYPE_INT
ctypedef np.npy_intp DTYPE_INT
ctypedef np.int8_t DTYPE_BOOL

cdef size_t UP = 1, LEFT = 2, DIAG = 3, NONE = 4
Expand Down

0 comments on commit d9185a4

Please sign in to comment.