mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-16 11:21:25 +08:00
Fixed PEP8 spaces
This commit is contained in:
@@ -46,7 +46,7 @@ def test_qhull_offset_example():
|
||||
151, 152, 153, 154, 147, 148, 149, 150, 151, 152, 153, 148, 149,
|
||||
150, 151, 152, 149, 150, 151, 150]))
|
||||
image = np.zeros((1392, 1040), dtype=bool)
|
||||
image[ nonzeros ] = True
|
||||
image[nonzeros] = True
|
||||
expected = image.copy()
|
||||
assert_array_equal(convex_hull_image(image), expected)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user