Reverting back to non-debugging mode in Cython

This commit is contained in:
Ankit Agrawal
2013-07-31 23:16:47 +05:30
parent 344374e290
commit 5ee71cba9b
+3 -3
View File
@@ -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