Skip to content

Commit

Permalink
rolling back Cython test
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 19, 2024
1 parent 4e2d433 commit 5777cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bean/mapping/CRISPResso2Align.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cdef extern from "stdlib.h":
cdef extern from "Python.h":
ctypedef void PyObject

ctypedef cnp.int_t DTYPE_INT
ctypedef cnp.uint_t DTYPE_UINT
ctypedef cnp.int8_t DTYPE_BOOL
ctypedef np.int_t DTYPE_INT
ctypedef np.uint_t DTYPE_UINT
ctypedef np.int8_t DTYPE_BOOL

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

0 comments on commit 5777cff

Please sign in to comment.