mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 16:01:08 +08:00
removed whitespaces
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user