Skip to content

Commit

Permalink
try updating types
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 19, 2024
1 parent e7eedee commit 3529b4f
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.int_ DTYPE_INT
ctypedef np.npy_int 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 3529b4f

Please sign in to comment.