From e813f99031ca37310ac91d16a1d3a64b517601d1 Mon Sep 17 00:00:00 2001 From: endre bakken stovner Date: Tue, 2 Nov 2021 17:56:00 +0100 Subject: [PATCH] hotfix --- ncls/src/ncls.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncls/src/ncls.pyx b/ncls/src/ncls.pyx index 4c0233e..ba7d0d6 100644 --- a/ncls/src/ncls.pyx +++ b/ncls/src/ncls.pyx @@ -446,8 +446,8 @@ cdef class NCLS64: @cython.boundscheck(False) @cython.wraparound(False) @cython.initializedcheck(False) - cpdef set_difference_helper(self, const int64_t [::1] starts, const int64_t [::1] ends, const int64_t [::1] indexes, const int64_t [::1] nhits, - const int64_t[::1] nhits): + cpdef set_difference_helper(self, const int64_t [::1] starts, const int64_t [::1] ends, const int64_t [::1] indexes, + const int64_t [::1] nhits): cdef int i cdef int nhit = 0