Rename test to enable hidden line model test

This commit is contained in:
Johannes Schönberger
2013-11-22 12:11:47 +01:00
parent c53e98a3c6
commit 2e8a36a283
+1 -1
View File
@@ -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)