Removed local debug statement.

This commit is contained in:
Vighnesh Birodkar
2015-01-28 11:35:57 +05:30
parent c96fbe4926
commit 237b11fefd
-1
View File
@@ -156,4 +156,3 @@ def test_rag_hierarchical():
g = graph.rag_mean_color(img, labels)
result = merge_hierarchical_mean_color(labels, g, 300)
assert len(np.unique(result)) == 1
io.imsave('/home/vighnesh/Desktop/test.png', img)