Fixed PEP8 spaces

This commit is contained in:
Jeremy Metz
2014-02-02 12:40:37 +00:00
parent 0136fd5915
commit ef779d1588
+1 -1
View File
@@ -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)