fix travis complaint

This commit is contained in:
François Boulogne
2013-04-22 21:27:54 +02:00
parent 2a4a12bb87
commit 0586046d59
2 changed files with 7 additions and 2 deletions
@@ -123,7 +123,6 @@ def test_hough_circle():
out = tf.hough_circle(img, np.array([radius]))
x, y = np.where(out[0] == out[0].max())
# Offset for x_0, y_0
assert_equal(x[0], x_0)
assert_equal(y[0], y_0)