8000 debug · emmanuelle/scikit-image@e39c60e · GitHub
[go: up one dir, main page]

Skip to content

Commit e39c60e

Browse files
committed
debug
1 parent 6a647b3 commit e39c60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skimage/morphology/_max_tree.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import numpy as np
1717
cimport numpy as np
1818
cimport cython
1919

20-
cnp.import_array()
20+
np.import_array()
2121

2222
ctypedef np.float64_t DTYPE_FLOAT64_t
2323
ctypedef np.int32_t DTYPE_INT32_t

skimage/morphology/cmorph.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import numpy as np
77
cimport numpy as np
88
from libc.stdlib cimport malloc, free
99

10-
cnp.import_array()
10+
np.import_array()
1111

1212
def _dilate(np.uint8_t[:, :] image,
1313
np.uint8_t[:, :] selem,

0 commit comments

Comments
 (0)
0