diff --git a/skimage/feature/censure_cy.pyx b/skimage/feature/censure_cy.pyx index 2d71f0dd..1c007609 100644 --- a/skimage/feature/censure_cy.pyx +++ b/skimage/feature/censure_cy.pyx @@ -1,7 +1,7 @@ #cython: cdivision=True -#cython: boundscheck=True -#cython: nonecheck=True -#cython: wraparound=True +#cython: boundscheck=False +#cython: nonecheck=False +#cython: wraparound=False cimport numpy as cnp import numpy as np