mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 22:58:15 +08:00
change test names
This commit is contained in:
@@ -73,7 +73,7 @@ def test_RGB():
|
||||
assert_equal(np.array(snake[:10, 1], dtype=np.int32), refy)
|
||||
|
||||
|
||||
def test_end_points_tests():
|
||||
def test_end_points():
|
||||
img = data.astronaut()
|
||||
img = rgb2gray(img)
|
||||
s = np.linspace(0, 2*np.pi, 400)
|
||||
@@ -94,7 +94,7 @@ def test_end_points_tests():
|
||||
assert_allclose(snake[0, :], [x[0], y[0]], atol=1e-5)
|
||||
|
||||
|
||||
def test_bad_input_tests():
|
||||
def test_bad_input():
|
||||
img = np.zeros((10, 10))
|
||||
x = np.linspace(5, 424, 100)
|
||||
y = np.linspace(136, 50, 100)
|
||||
|
||||
Reference in New Issue
Block a user