mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 01:06:25 +08:00
Rename test to enable hidden line model test
This commit is contained in:
@@ -127,7 +127,7 @@ def test_ellipse_model_estimate():
|
||||
assert_almost_equal(model0._params, model_est._params, 0)
|
||||
|
||||
|
||||
def test_line_model_residuals():
|
||||
def test_ellipse_model_residuals():
|
||||
model = EllipseModel()
|
||||
# vertical line through origin
|
||||
model._params = (0, 0, 10, 5, 0)
|
||||
|
||||
Reference in New Issue
Block a user