mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
Removed sys.path hack in test, fixed spelling of import in __init__.py
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from .exposure import histogram, equalize, cumulative_distribution
|
||||
from .exposure import rescale_intensity
|
||||
from ._adaphist import adapthist
|
||||
from ._adapthist import adapthist
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
import numpy as np
|
||||
from numpy.testing import assert_array_almost_equal as assert_close
|
||||
import sys
|
||||
sys.path.insert(0, '../..')
|
||||
import skimage
|
||||
from skimage import data
|
||||
from skimage import exposure
|
||||
|
||||
Reference in New Issue
Block a user