Skip to content

Commit

Permalink
Merge pull request #36 from pinellolab/dev
Browse files Browse the repository at this point in the history
npy_intp
  • Loading branch information
jykr authored Jun 19, 2024
2 parents e37ab90 + d9185a4 commit 07f858e
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 07f858e

Please sign in to comment.