Skip to content
Snippets Groups Projects
Commit ee99788b authored by asantosnet's avatar asantosnet
Browse files

Fix type issue - see Issue 2 open by Eleni

parent 946beae8
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import numpy as np
cimport numpy as np
cpdef find_non_empty(list list_input,
np.ndarray[np.long_t, ndim=1] index_to_test):
np.ndarray[np.int_t, ndim=1] index_to_test):
cdef int position
cdef long indice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment