spath: Remove debug prints.

This commit is contained in:
Stefan van der Walt
2009-11-24 01:22:00 +02:00
parent 4931094cdc
commit b22d10e2c8
-3
View File
@@ -72,9 +72,6 @@ cpdef shortest_path(np.ndarray arr, int reach=1):
fabs(data[r, c] - data[node[r, c], c - 1])
# Find minimum cost path
print arr
print cost
print node
r_min_node = cost[:,-1].argmin()
# Backtrack