Changed max_edge in example/plot_rag.py

This commit is contained in:
Vighnesh Birodkar
2014-06-28 11:06:30 +05:30
parent f71ad51f57
commit dd67b3fce7
3 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def min_weight(g, src, dst, n):
src, dst : int
The verices in `g` to be merged.
n : int
A neighbor of `src` or `dst` or both
A neighbor of `src` or `dst` or both.
Returns
-------