Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
endre bakken stovner authored and endre bakken stovner committed Nov 2, 2021
1 parent a2f9eb3 commit e813f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncls/src/ncls.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e813f99

Please sign in to comment.