mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
COSMIT fix ugly line breaks.
This commit is contained in:
@@ -145,7 +145,7 @@ def _test_random(shape):
|
||||
starts = [[0] * len(shape), [-1] * len(shape),
|
||||
(np.random.random(len(shape)) * shape).astype(int)]
|
||||
ends = [(np.random.random(len(shape)) * shape).astype(int)
|
||||
for i in range(4)]
|
||||
for i in range(4)]
|
||||
m = mcp.MCP(a, fully_connected=True)
|
||||
costs, offsets = m.find_costs(starts)
|
||||
for point in [(np.random.random(len(shape)) * shape).astype(int)
|
||||
|
||||
Reference in New Issue
Block a user