From e37ab904e89379230f184ee36c3b5f26aba4cd11 Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Wed, 19 Jun 2024 12:51:11 -0400 Subject: [PATCH] intp --- bean/mapping/CRISPResso2Align.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bean/mapping/CRISPResso2Align.pyx b/bean/mapping/CRISPResso2Align.pyx index a763c28..eea6c60 100755 --- a/bean/mapping/CRISPResso2Align.pyx +++ b/bean/mapping/CRISPResso2Align.pyx @@ -16,7 +16,7 @@ cdef extern from "stdlib.h": cdef extern from "Python.h": ctypedef void PyObject -ctypedef np.npy_int DTYPE_INT +ctypedef np.intp DTYPE_INT ctypedef np.int8_t DTYPE_BOOL cdef size_t UP = 1, LEFT = 2, DIAG = 3, NONE = 4