removed whitespaces

This commit is contained in:
Vighnesh Birodkar
2014-04-10 21:03:37 +05:30
parent 5658704a35
commit 848a0f5fbe
-2
View File
@@ -96,8 +96,6 @@ def test_hessian_matrix_det():
image = np.zeros((5, 5))
image[2, 2] = 1
det = hessian_matrix_det(image, 5)
assert_almost_equal(det, 0, decimal = 3)