mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 12:18:13 +08:00
restore setupfile
This commit is contained in:
@@ -1022,5 +1022,8 @@ def tophat(image, selem, out=None, mask=None, shift_x=False, shift_y=False):
|
||||
raise TypeError("only uint8 and uint16 image supported!")
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
sys.path.append('.')
|
||||
|
||||
import doctest
|
||||
doctest.testmod(verbose=True)
|
||||
@@ -5,9 +5,6 @@ from skimage._build import cython
|
||||
|
||||
base_path = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
import sys
|
||||
sys.path.append('.')
|
||||
|
||||
def configuration(parent_package='', top_path=None):
|
||||
from numpy.distutils.misc_util import Configuration, get_numpy_include_dirs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user