mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-19 12:40:22 +08:00
unwrap: moved pure python code from unwrap2D.pyx to unwrap.py, allocate output array in pure python
This commit is contained in:
committed by
Jostein Bø Fløystad
parent
c61ae90a4d
commit
3d4fb9559c
@@ -7,7 +7,6 @@ import numpy as np
|
||||
ext_modules = [
|
||||
Extension('unwrap2D',
|
||||
['unwrap2D.pyx',
|
||||
#'Miguel_2D_unwrapper_with_mask_and_wrap_around_option.cpp',
|
||||
'Miguel_2D_unwrapper_with_mask_and_wrap_around_option.c',
|
||||
],
|
||||
include_dirs = [np.get_include(),],
|
||||
|
||||
Reference in New Issue
Block a user