mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Fixed two tests that were failing because of draw imports
This commit is contained in:
@@ -3,7 +3,7 @@ from scipy import ndimage
|
||||
from skimage import data
|
||||
from skimage import feature
|
||||
from skimage import img_as_float
|
||||
from skimage.draw import draw
|
||||
from skimage import draw
|
||||
from numpy.testing import *
|
||||
|
||||
def test_histogram_of_oriented_gradients():
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import numpy as np
|
||||
from skimage.morphology import skeletonize, medial_axis
|
||||
import numpy.testing
|
||||
from skimage.draw import draw
|
||||
from skimage import draw
|
||||
from scipy.ndimage import correlate
|
||||
from skimage.io import imread
|
||||
from skimage import data_dir
|
||||
|
||||
Reference in New Issue
Block a user