mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 15:44:52 +08:00
Reverting back to non-debugging mode in Cython
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user