From 5ee71cba9b0bd97fa7ee15c76936f1f0a2d3c49c Mon Sep 17 00:00:00 2001 From: Ankit Agrawal Date: Wed, 31 Jul 2013 23:16:47 +0530 Subject: [PATCH] Reverting back to non-debugging mode in Cython --- skimage/feature/censure_cy.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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