mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-17 11:26:12 +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