COSMIT fix ugly line breaks.

This commit is contained in:
Andreas Mueller
2012-06-29 11:27:23 +02:00
parent 9f34c84f1a
commit ee0fd867da
9 changed files with 29 additions and 32 deletions
+1 -1
View File
@@ -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)